/* CSS Document */

td.NoRepeat {
background-repeat: no-repeat;
}
td.Menu
{
	background-image: url(../images/menubg.jpg);
}
body
{
	background-color: #000000;
}
table.Main
{
	background-color: #808080;
}
table.Body
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #FFFFFF;
}

table.MainText
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: 700;
	background-color: #808080;
	color: #000000;
}

font.Headline
{
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 16pt;
}
font.smHeadline
{
	color: #000000;
	font-size: 12pt;
	font-family: "Trebuchet MS";
	font-weight=700;
}
a:link { 
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: 700;
	color:#000080;
	text-decoration:none;
	}
a:visited { 
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: 700;
	color:#000080;
	text-decoration:none;
	}
a:hover { 
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: 700;
	color:#FE4F10;
	text-decoration:underline;
	}
a:active { 
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: 700;
	color:#000080;
	text-decoration:none;
	}