* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #071225;
	color: white;
	text-align: center;
	line-height: 1.3em;
	background-image: url(./gfx/back.gif);
	background-repeat: repeat-x;
}
.body {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 1000px;
}
.body-outer {
	background-image: url(./gfx/back_body.gif);
	background-repeat: no-repeat;
	padding: 0 19px;
}
.body-inner {
	background-color: #2F496E;
	color: white;
	border-left: 1px solid #2F3641;
	border-right: 1px solid #2F3641;
}

img {
	border: none;
}
a {
	color: white;
	background-color: transparent;
	text-decoration: none;
}
a:hover, a.act {
	color: #FFCC00;
	background-color: transparent;
}

hr.cistic {
	clear: both;
	height: 0;
	visibility: hidden;
}

.error {
	font-weight: bold;
	color: #FF4D00;
	background-color: transparent;
}

#footer {
	text-align: right;
	padding: 5px 10px 5px 10px;
}
#footer div {
	text-align: left;
}
#footer span {
	text-align: left;
	float: left;
	padding-top: 8px;
}

#dop {
	font-size: 10px;
	text-align: center;
	color: white;
	background-color: transparent;
	padding: 20px 0;
	background-image: url(./gfx/stin.gif);
	background-repeat: no-repeat;
}
#dop a {
	color: white;
	background-color: transparent;
}

#head {
	border-bottom: 1px solid white;
	background-image: url(./gfx/head.jpg);
	background-repeat: no-repeat;
	height: 31px;
	text-align: right;
	padding: 30px 10px 0 210px;
	overflow: hidden;
}
#head span {
	display: none;	
}
#head h1 {
	float: left;
	font-size: 11px;
	font-weight: normal;
}

div.holder {
	background-image: url(./gfx/back_page.gif);
	background-repeat: repeat-y;
}
div.left {
	width: 190px;
	float: left;
}

div.main {
	width: 768px;
	float: left;
	background-color: white;
	color: #333333;
	border: 1px solid white;
}

div.main img.levy {
	border-right: 3px solid #2F496E;
}
#lista {
	background-color: #FFCC00;
	color: white;
	font-weight: bold;
	line-height: 22px;
	font-size: 12px;
	padding: 0 25px;
}
#menu {
	padding: 20px 15px;
	background-image: url(./gfx/back_menu.gif);
	background-color: #2F496E;
	background-repeat: repeat-y;
	border-bottom: 1px solid white;
	line-height: 24px;
}
#menu a {
	display: block;
	background-image: url(./gfx/menu_line.gif);
	background-repeat: no-repeat;
}
#menu a.first {
	background-image: none;
}
#info {
	padding: 20px 15px;
	font-weight: bold;
}
#info strong, #info a {
	color: #FFCC00;
	background-color: transparent;
}
#info .newsletter {
	margin: 50px 0 25px 0;
}
#info .newsletter form {
	margin-top: 15px;
}
#info .newsletter form input {
	border: 1px solid #152A4C;
	background-color: white;
	color: #2F496E;
	width: 148px;
	font-size: 11px;
	padding: 2px 5px;
}
#info .newsletter form input.submit1, #info .newsletter form input.submit2 {
	background-color: #FEC400;
	color: #2F496E;
	padding: 0;
	width: 98px;
	margin-top: 5px;
	font-weight: bold;
}
#info .newsletter form input.submit2 {
	font-weight: normal;
	width: 58px;
}

#page .title1 .left {
	float: left;
	width: 49%;
}
#page .title1 .right {
	float: left;
	width: 50%;
}
#page .title2 {
	background-image: url(./gfx/title.gif);
	background-repeat: no-repeat;
}
#page .title2 .left {
	float: left;
	width: 405px;	
}
#page .title2 .right {
	float: left;
	width: 295px;
}
#page .title2 .left p {
	float: left;
	width: 180px;
	margin: 0 10px;
}
#page .title2 .right table td, #page .title2 .right table {
	border: none; 
	vertical-align: middle;
}
#page .title3 .left {
	float: left;
	width: 251px;
}
#page .title3 .right {
	float: left;
	margin-left: 110px;
	width: 341px;
}
#page {
	padding: 5px 20px 20px 20px;
}

#page h2 {
	margin: 7px 0;
	font-size: 12px;
	color: #2F496E;
}
#page h3 {
	font-size: 11px;
	color: #2F496E;
	margin: 14px 0 7px 0;
}
#page p {
	margin: 7px 0;
}

#page ul {
	margin: 7px 0 7px 15px;
}
#page a {
	color: #FE9B00;
	background-color: transparent;
	text-decoration: underline;
}
#page table {
	margin: 7px 7px;
	border-collapse: collapse;
	border-top: 1px dotted #FFCC00;
}
#page table td, #page table th {
	border-bottom: 1px dotted #FFCC00;
	padding: 2px 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
#page table th {
	font-weight: bold;
}
#wdbox a {color: white; text-decoration: none; font-weight: normal;}
