BODY           {
	font : verdana;
	color : black;
}
TH             {
	font :x-small verdana;
	color : white;
	font-weight : normal;
	background : #003366;
}
TD             {
	font : x-small verdana;
	color : black;
}
INPUT          {
	font :x-small verdana;
	color : black;
}
SELECT         {
	font :x-small verdana;
	color : black;
}

A              {
	font : verdana;
	color : #003366;
	font-weight : bold;
}
A:Visited      { 
    font : verdana;
	color : #003366;
	font-weight : bold; }
A:Active       {
    font : verdana;
	color : #003366;
	font-weight : bold; }
A:Hover        { font : verdana; color : red; cursor : hand; }

.title         {
	font :x-small verdana;
	color : black;
	font-weight : bold;
}
.note          {
	font : verdana;
	color : black;
	font-style : italic;
}
.tableheader   {
	font :x-small verdana;
	color : black;
	font-weight : normal;
	font-style : italic;
}
