@charset "utf-8";
/* CSS Document */

.Site_Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #53674e;
	background-position: center;
	text-align: center;
}
.Site_Sub-Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	color: 53674e;
	font-weight: bold;
}
.Site_Home_Text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: 53674e;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	font-size: small;
	font-weight: 100;

}
a:active {
	color: #FFFFFF;
	font-size: small;
	font-weight: 100;
}
a:hover {
	color: #FFFFFF;
	font-size: small;
	font-weight: 100;
}
 
