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




/*Apply to Main Navigation*/

.FooterNav a:link {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #E8BCBC;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
	
.FooterNav a:visited {
    font-family: Arial, Helvetica, sans-serif;
	COLOR: #E8BCBC;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.FooterNav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #65544D;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

/*Headers, Body*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #65544D;
	font-weight: bold;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: underline;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #65544D;
}
