body {
	background-color: #003F6B;
	padding: 0;
	margin: 0;
}

.a_menu:hover {
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	padding: 0 8 0 8;
}

.a_menu:active, .a_menu:visited, .a_menu:link  {
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 8 0 8;
}

.td_block_header {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003F6B;
	height: 24;
	background-image: url(../images/block_header_back.gif);
}

.td_block_header2 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003F6B;
	height: 24;
	background-image: url(../images/block2_header_back.gif);
}

#td_block_main {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #35505F;
	background-color: #FFFFFF;
	padding: 10;
}

#td_block_main a:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0E88DA;
	text-decoration: underline;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2 0 0 25;
	height: 15;
}

#td_block_main a {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0B6CAA;
	text-decoration: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2 0 0 25;
	height: 15;
}

.font_main {
	font-family: tahoma;
	font-size: 11px;
	color: #35505F;
}

.font_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #35505F;
}

#p_normal a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0E88DA;
	text-decoration: underline;
	font-weight: bold;
}

#p_normal a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0B6CAA;
	text-decoration: underline;
	font-weight: bold;
}

#p_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #35505F;
	padding: 5 0 5 0;
	margin: 0;
}

.a_big:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0E88DA;
	text-decoration: underline;
	font-weight: bold;
}

.a_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0B6CAA;
	text-decoration: underline;
	font-weight: bold;
}

#td_footer a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #E1FBFF;
	text-decoration: underline;
	font-weight: bold;
}

#td_footer a {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#td_footer {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../images/footer_back.gif);
	height: 38px;
}
a:active, a:visited, a:link {
	color: #003F6B;
	text-decoration: none;
}
a:hover {
	color: #003F6B;
	text-decoration: underline;
}
strong {
	font-weight: normal;
}
