/* CSS Document */
body {
	margin: 0px 0px 20px 0px;
		background-color: #22344A;
		}
		




a.menu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FF3300;
	text-decoration: none;
}
a.menu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}
a.menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}



.main_text {
	color: #8D8F8C;
	font-family: Verdana;
	font-size: small;
	text-decoration: none;
	text-align: left;
	font-weight: regular;
	margin-bottom: 10px;
	
	}
	

.sub_text {
	color: #8D8F8C;
	font-family: Verdana;
	font-size: small;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	
	}