/* CSS Document */

.body {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #555555;
}

.body A:LINK {color: #3030BF; text-decoration: underline}
.body A:VISITED {color: #3030BF; text-decoration: underline }
.body A:HOVER {color: #3030BF; text-decoration: none; background-color: none 
}

.topnav {
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #555555;
	text-decoration: none;
}

.topnav A:LINK {color: #000066; text-decoration: none}
.topnav A:VISITED {color: #000066; text-decoration: none }
.topnav A:MAILTO {color: #000066; text-decoration: none }
.topnav A:HOVER {color: #000066; text-decoration: underline 
}

.footer {
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #555555;
	text-decoration: none;
}

.footer A:LINK {color: #BF2000; text-decoration: none}
.footer A:VISITED {color: #BF2000; text-decoration: none }
.footer A:MAILTO {color: #BF2000; text-decoration: none }
.footer A:HOVER {color: #BF2000; text-decoration: underline 
}

.header {
	font-family: "Georgia";
	font-size: 18px;
	word-spacing: -1;
	font-weight: bold;
	color: #000066;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 100%;
}

.sub_header {
	font-family: "Georgia";
	font-size: 16px;
	word-spacing: -1;
	font-weight: bold;
	color: #000066;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 100%;
}

