/*****************LINK STYLES*****************/
A:link, A:visited, A:active{color:#CC3300;}
A:hover{color:#CC3300;}

A.historybar:link, A.historybar:active, A.historybar:visited{color:#003366;text-decoration:underline;}
A.historybar:hover{color:#CC3300;}

A.footer:link, A.footer:active, A.footer:visited{color:#000000;text-decoration:none;}
A.footer:hover{text-decoration:underline;}


/*****************history bar*****************/
.history {
	font-family:Arial;
	font-weight:bold;
	font-size:13px;
	color:#003366;
}

/*****************form_styles*****************/
.form {
	font-family:Arial;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	margin-left:15px;
	vertical-align:middle;
}
.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
	font-size:10px;
	font-weight:bold;
	background-color:#2D4A5A;
}

/*****************navigation_styles*****************/
.nav {
	font-family:Arial;
	font-size:14px;
	color:#ffffff;
}
A.nav:link, A.nav:active, A.nav:visited, A.nav:hover{text-decoration:none;font-size:18px;color:#ffffff;font-weight:bold;}
TD.nav {background-color:#7A524B;}

.subnav {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
A.subnav:link, A.subnav:active, A.subnav:visited, A.subnav:hover{text-decoration:none;color:#000000;}


/*****************content_styles*****************/
.title {
	font-family:Arial;
	font-size:19px;
	font-weight:bold;
	color:#003366;
}
.content {
	font-family:Arial;
	font-size:13px;
	color:#000000;
}
.footer {
	font-family:Arial;
	font-size:10px;
	color:#2D4A5A;
}