.normal {
	font-family: "Microsoft Sans Serif", Verdana, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;

}
.bold {
	font-family: "Microsoft Sans Serif", Verdana, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;

}
a:link {
	font-family: "Microsoft Sans Serif", Verdana, Tahoma;
	color: #CC99CC;
	text-decoration: none;

}
a:hover {
	font-family: "Microsoft Sans Serif", Verdana, Tahoma;
	color: #FFFFFF;
}
a:visited {
	color: #000000;
	text-decoration: none;

}
.hilight {
	font-family: "Microsoft Sans Serif", Verdana, Tahoma;
	font-size: 12px;
	color: #9933CC;
	font-weight: bold;
	background-color: #FFCCFF;

}
