/* CSS Document */

body {
background-color:#012649;
margin-top: 0px;
background-image: url(images/gradient.jpg);
background-repeat:repeat-x;
}
	
.content_background {
	background-color:#FFFFFF;
	background-image:url(images/body_back.jpg);
	background-repeat:repeat-y;
	}
	
	
/* Links */

a:link {
color:#182e46;
text-decoration:underline;
}

a:visited {
color:#771000;
text-decoration:underline;
}

a:active, a:hover {
color:#996600;
text-decoration:underline;
}


/* Text styles */


.body_text {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #182e46;
} 

.body_text_SM {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #182e46;
} 

.body_text_WHT {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
} 

.body_text_WHTSM {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
} 

.page_titles {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #771000;
font-weight:bold;
} 

.btm_links {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #FFFFFF;
text-decoration:none;
} 

.btm_links a:link, .btm_links a:active, .btm_links a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #FFFFFF;
text-decoration:none;
} 

.btm_links a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration:underline;
}

.grey_txt {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #999999;
text-decoration:none;
} 

.grey_txt a:link, .grey_txt a:active, .grey_txt a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #999999;
text-decoration:underline;
} 

.grey_txt a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #996600;
	text-decoration:underline;
}