.contenttext {
	font-family: Book Antiqua, Courier New, Courier;
	font-size: 15px;
	color: #FFFFFF;
}
.contenttext2 {
	font-family: Book Antiqua, Courier New, Courier;
	font-size: 12px;
	color: #ffffff;
}
.heading {
	font-family: Book Antiqua, Courier New, Courier;
	font-size: 15px;
	color: #ffffff;
	font-weight:bold;
}
A:link { color: #ffffff;}
A:visited { color: #ffffff;}
A:active { color: #ffffff;}
A:hover { color: #000000;}
.dashedhr {
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color:#ffffff;
}