Body {
    Font-family : Arial, Helvetica, Helv, sans-serif;
    Font-style : normal;
    Font-variant : normal;
    Font-weight : normal;
    Font-size : medium;
    Color : black;
    Background-color : transparent;
    Word-spacing : normal;
    Letter-spacing : normal;
    Text-decoration : none;
}
A {
    Color : #cc3333;
    text-decoration: none;
}
A:visited {
    Color : #660000;
    text-decoration: none;
}
A:hover {
    Color : #ffff00;
    text-decoration: underline;
}
.whiteNormal{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#FFFFFF;
}
A.whiteNormal:link   { text-decoration: none; color : #FFFFFF; }
A.whiteNormal:hover	{ text-decoration: none; color : #FFFF00; }
A.whiteNormal:visited { text-decoration: none; color : #FFFFFF; }



.whiteBold1u{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	text-decoration:underline;
	color:#FFFFFF;
}
.whiteBold1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color:#FFFFFF;
}