.textmain {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.footer {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
.red12 {
	font-family: Arial;
	font-size: 12px;
	color: #660000;
}
.blue13bold {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #003399;
}
.red13bold {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
}
h1 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}

body {
	background-color: #000040;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #003399;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
	
}
a:active {
	color: #003399;
}.body11 {
	font-family: arial;
	font-size: 11px;
}