* {
	margin:0;
	padding:0;
}

html {
	min-width:750px;
}

body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:small;
	color:#0A067F;
	background:#fff url(bg.gif) repeat-x;
}



h4 {
	margin: 1.5em 0 0 0;
}

a, a:link, a:visited, a:active {
	text-decoration:underline;
	color:#3C56CB;
}

a:hover {
	color:#DA251D;
}

li {
	list-style: disc;
	margin: 0 0 0 25px;
	padding: 0.2em 0 0 0;
	line-height:1.5em;
	text-align:justify;
}

p {
	text-align:justify;
	line-height:1.5em;
	padding: 0.5em 0 0 12px;
}

p.abra {
	margin: 15px 0 0 0;
	padding: 0px;
}

p.toc {
	line-height: 1.5em;
	margin: 0.2em 0 0;
	font-weight:bold;
	text-align:left;
}

p.bodytext {
	text-align:justify;
	line-height:1.5em;
	padding: 0.5em 0 0 12px;
}

.container {
	width:750px;
	background:url(girl.jpg) top right no-repeat;
	text-align:left;
	position:relative;
	margin:0 auto;
	padding:0;
}

.menu {
	position:absolute;
	width:314px;
	left:436px;
	top:400px;
}

.menu ul {
	list-style: none;
	margin: 10px 0 0;
}

.menu li {
	background-color: #04268C;
	border-bottom:1px solid #fff;
	list-style: none;
	line-height:20px;
	margin:0;
	padding:0 0 0 5px;
}

.menu li.uressor {
	background-color: transparent;
}

.menu li a {
	display:block;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color: #fff;
	text-decoration:none;
}

.menu li a:hover {
	color:#DA251D;
}

.downloads {
	width:314px;
	text-align:left;
	position:absolute;
	left:436px;
	top:680px;
}

.downloads p  {
	text-align:justify;
	font-size: 10px;
}


.header {
	height:300px;
	width:500px;
	background:transparent url(logo.gif) top right no-repeat;
	margin: 0 0 0 -50px;
}

.header span {
	display:none;
}

.content {
}

.content div {
	width:390px;
	background-color:transparent;
	margin:0 0 50px;
}

.content div h3 {
	background:#04268C;
	padding:0 0 0 10px;
	height:30px;
	line-height:30px;
	color:#fff;
	font-weight: bold;
	font-size: 20px;
}
.content div h4 {
	background:#04268C;
	padding:0 0 0 10px;
	line-height:20px; 
	color:#fff;
}


.footer {
	background:url(bgf.jpg) top right repeat-x;
}

.footer p {
	text-align:center;
	font-size: 12px;
	color:#0A067F;
}

.footer p.white {
	text-align:center;
	font-size: 12px;
	color:#fff;
}

.filelink p {
	text-align:left;
	font-size:12px;
	color:#0A067F
}