/*main class for body*/

body {
	font-family: Georgia, Times New Roman, Arial;
	background-color: #ADA08D;
	font-size: 11px;
	line-height: 20px;
	margin: 0;
}


/*copyright class*/

.copyright {
color: #00004d;	
font-size: 10px;
}

/*tan class*/
.tan {
color: #D7D4C3;	
}


/*blue classes*/

.blue_11 {
color: #00004d;	
}

.blue11_bold{
	color: #00004d;
	font-weight: bold;
}

.blue_15_bold{
	color: #00004d;
	font-size: 15px;
	font-weight: bold;
}

.blue_18_bold{
	color: #00004d;
	font-size: 18px;
	font-weight: bold;
}


/*red classes*/

.red_11 {
color: #c40040;	
}

.red11_bold{
	color: #c40040;
	font-weight: bold;
}

.red_15_bold{
	color: #c40040;
	font-size: 15px;
	font-weight: bold;
}

.red_18_bold{
	color: #c40040;
	font-size: 18px;
	font-weight: bold;
}


/*default links*/

a:link, a:visited {
	color: #c40040;
	text-decoration: none;
}    

a:hover {
	color: #00004d;
	text-decoration: none;
}

/*header links*/

a.top_nav:link, a.top_nav:visited {
	color: #D7D4C3;
	font-size: 14px;
	font-weight: bold;
}

a.top_nav:hover {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

/*left navigation links*/

a.left_nav:link, a.left_nav:visited {
	color: #c40040;
	font-size: 14px;
	font-weight: bold;
}

a.left_nav:hover {
	color: #00004d;
	font-size: 14px;
	font-weight: bold;
}


/*copyright links*/

a.copyrightlink:link, a.copyrightlink:visited {
	color: #00004d;
	font-size: 10px;
	text-decoration: none;
}

a.copyrightlink:hover {
	color: #c40040;
	font-size: 10px;
	text-decoration: underline;
}
	
