/* CSS Document */

BODY	{
    font-family: "Verdana";
		font-size: 12px;
	 BACKGROUND-COLOR: #FFFFFF;
	 margin-top: 10;
	 margin-bottom: 10
}

A:link
{
    font-family: "Trebuchet MS";
	font-size: 12px;
    TEXT-DECORATION: none;
	
}
.BlackLink
{
font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
    color: #000000;
	text-decoration: none;
} 

.WhiteLink
{
font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	color: #FFFFFF;
	TEXT-DECORATION: none;
}

TABLE
{
    FONT-SIZE: 12px
}
.Header
{
background-color: #0066CC;

}
.BodyText
{
}


