/* CSS Document */
body {
	background-color: #063869;
	margin-left: 2px;
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 4px;
	background-image: url(images/bg.jpg);
}
.topa:link {
	font-weight:bold;
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
}
.topa:visited {
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	color: #E8E8E8;
}
.topa:hover {
	font-weight:bold;
	font-size:12px;
	text-decoration: underline;
	color: #CCCCCC;
}
.topa:active {
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
}
.style1 {font-size: 12px}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
}
.style4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.style7 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #114907; font-weight: bold; }
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #7D0000;
}
h2 {
	font-size: 14px;
	color: #7D0000;
}
.bold{
	font-size: 12px;
	color: #7D0000;
	font-weight:bold;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.linewhite{border-right:2px solid #FFFFFF }
.dotted{border-bottom:1px #FFFFFF dotted}
.style8 {color: #FFFFFF}