/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/back.jpg);
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0e8f9e;
	line-height: 30px;
}
.bodytext a:link { 
text-decoration : underline;
color : #0e8f9e;
} 
.bodytext a:visited { 
text-decoration : underline;
color : #0e8f9e;
} 
.bodytext a:hover { 
text-decoration : none;
color : #fff;
background-color : #0e8f9e;
} 
.bodytext a:active { 
text-decoration : none;
color : #fff;
background-color : #0e8f9e;
} 
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
.nav {
font-family: Arial, Helvetica, sans-serif; 
font-size: 13px; 
color: #0e8f9e; 
line-height: 22px; 
}
.nav a:link { 
font-size : 13px;
color : #0e8f9e;
text-decoration : underline;
} 
.nav a:visited { 
font-size : 13px;
color : #0e8f9e;
text-decoration : underline;
} 
.nav a:hover { 
color : #fff;
background-color : #0e8f9e;
text-decoration : none;
} 


.footer{
	font-size : 11px;
	color : #000000;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
}
.footer a:link { 
font-size : 11px;
color : #000;
text-decoration : underline;
} 
.footer a:visited { 
font-size : 11px;
color : #000;
text-decoration : underline;
} 
.footer a:hover { 
color : #fff;
background-color : #666;
text-decoration : none;
} 
