@charset "utf-8";

a:link { 
	color: #B05B71;
	}
a:visited {
	color: #790B58;
	}
a:hover { 
	color: #ffffff;
	background-color: #c88a8a;
	text-decoration: bold;
	}
a:active { 
	color: #333333;
	}


.text_Navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	color: #B05B71;
	text-decoration: none;
}
.text_BodyText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #b28787;
	text-decoration: none;
}
.text_Header {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #b28787;
	text-decoration: none;
}
.text_CopyRight {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #AA812B;
	text-decoration: none;
}
.text_HeaderLarge {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #b28787;
	text-decoration: none;
}
.text_HeaderLargeMenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #b28787;
	text-decoration: none;
}

HR {
	height:2px;
	width:60%;
	background:#b28787;
	margin: 0px 0px 0px 0px;
	border: 0px;
   }

