@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: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	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;
}
