BODY
{
	BACKGROUND: navy;
	COLOR: white;
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 11px;
	font-weight : bold;
	TEXT-ALIGN: justify;
}

TD
{
    BACKGROUND: navy;
	COLOR: white;
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 11px;
	TEXT-ALIGN: justify;
	font-weight : bold;
}

TH
{
    BACKGROUND: #006699;
	COLOR: white;
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 11px;
	TEXT-ALIGN: justify;
	font-weight : bold;
}


A:hover
{
    BACKGROUND-COLOR: white;
    COLOR: navy;
    FONT-FAMILY: Arial, sans-serif;
    FONT-SIZE: 11px;
	TEXT-ALIGN: justify;
	font-weight : bold;
    }

A
{
	COLOR: #87cefa;
	TEXT-DECORATION: none;
	FONT-FAMILY: Arial, sans-serif;
	font-weight : bold;
	FONT-SIZE: 11px;
	TEXT-ALIGN: justify;
}







