@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	}
	
td {
	}
	
a {
	color: #085E51;
	}
	
a:hover {
	color: #FFFFFF;
	font-family: Times New Roman, Times, serif;
	}

/* ID Styles */

#navigation td {
	color: #085E51;
	}
	
#navigation a {
	color: #602204;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	}
	
#navigation a:hover {
	color:#FFFFFF;
	font-weight: lighter;
	text-decoration: underline;
	}
	
/* Class Styles */

.bodyText {
	color: #602204;
	line-height:25px;
	text-decoration: none;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: lighter;
	padding-right: 30px;
	padding-left: 30px;
	}
		
.footertext {
	color: #602204;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: lighter;
	letter-spacing: normal;
	line-height: 18px;
	}
	
.headertext {
	color: #fff6db;
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	letter-spacing: normal;
	line-height: 18px;
	}
