.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;

}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	color: #FFFF00
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 25px;

}
a:link {
	text-decoration: underline;
	color: #66CCFF;
}
a:visited {
	color: #66CCFF;
	text-decoration: underline;


}
a:hover {
	text-decoration: underline;
	color: #66FFFF;

}
a:active {
	text-decoration: underline;
	color: #66CCFF;

}

