BODY
{
		COLOR: white;
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 12px;
		font-weight : bold;
		}
TH
{
    BACKGROUND: Blue;
    COLOR: white;
    FONT-FAMILY: Arial, sans-serif;
    FONT-SIZE: 12px;
    TEXT-ALIGN: center
}
TD
{
    BACKGROUND: #0000a0;
    COLOR: white;
    FONT-FAMILY: Arial, sans-serif;
    FONT-SIZE: 12px;
    TEXT-ALIGN: justify
}

HR {
	COLOR: white;
	width : 50%;
}

A:hover
{
	BACKGROUND-COLOR: white;
	COLOR: navy;
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 12px;
	font-weight : bold;
}

BIG {
	COLOR: red;
	FONT-SIZE: 12pt;
}

A
{
    COLOR: #87cefa;
    TEXT-DECORATION: none
}



