/* CSS Document */

td.NoRepeat {
background-repeat: no-repeat;
}
td.Menu
{
	background-image: url(../images/MenuBG.jpg);
}
body.slideshow
{
	background-color: #4A0210;
}
body
{
	background-color: #000000;
}
table.Main
{
	background-color: #4A0210;
	color: #DDCD98;
	font-family: "Trebuchet MS";
	font-weight: 700;
	font-size: 10pt;
}
table.Body
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
}

table.MainText
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
}

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