  	BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

   	A  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : Blue;
	font-weight : bold;
	font-size : 10px;
}

   	A:hover  {
	color : Red;
}

   	A:active  {
	color : Red;
}

   	A.menu  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : black;
	font-weight : normal;
}

   	A.menu:hover  {
	font-weight : bold;
	color : black;

}

   	A.menu:active  {
	font-weight : bold;
	color : black;
}

   	DIV  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

   	DIV.white  {
	color : White;
}

   	DIV.title  {
	font-family : cursive;
	font-size : 20px;
	font-weight : bold;
}

   	DIV.subtitle  {
	font-family : cursive;
	font-size : 15px;
	font-weight : bold;
	background-color : Navy;
	color : White;
}

   	SPAN.comment  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : Red;
}

   	SPAN.small  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
}

	TD  {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}

	TD.highlite {
	background-color : #FFFF66;
}

	TD.invert {
	background-color : Black;
	color : White;
}

	SELECT {
	font-size : xx-small;
}
	