BODY, P, TD  {
	font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	background-color : #000000;
	color : white;
}
.frameTitle {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-style : italic;
	font-weight : bold;
	font-size : 14pt;
	color : Red;
}
.bold {
	font-weight : bold;
}
.small {
	font-size : 8pt;
}
.big {
	font-size : 14pt;
}
.white {
	color : #FFFFFF;
}
.red {
	color : #FF0000;
}
A:LINK {
	color : #FFFF66;
}
A:ACTIVE {
	color : #FF9999;
}
A:VISITED {
	color : #FFCC00;
}
A:HOVER {
	color : White;
	background-color : #CC9900;
	text-decoration : none;
}
.underline {
	text-decoration : underline;
}