body 
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	margin-left: 0;
	margin-top: 0;
	margin-width: 0;
	margin-height: 0;
	color:#FFFFFF;
	background: #000000 url(art/bkg_main.jpg) no-repeat;
}
TD
{
    COLOR: #FFFFFF;
}
TEXTAREA
{
    FONT-SIZE: 10px;
    COLOR: black;
    BACKGROUND-COLOR: white;
}
INPUT
{
    FONT-SIZE: 10px;
    COLOR: black;
    BACKGROUND-COLOR: white;
}
SELECT
{
    FONT-SIZE: 11px;
    COLOR: black;
    FONT-FAMILY: Helvetica, sans-serif;
    BACKGROUND-COLOR: white;
}
A:link
{
    COLOR: #003399; 
	TEXT-DECORATION: none;
}
A:visited
{
    COLOR: #003399; 
    TEXT-DECORATION: none;
}
A:hover
{
    COLOR: #333333
}

.tableMain {
	border-collapse:collapse;
}
.tableMain th {
	border:#FF0000 solid 1px;
}
.tableMain td {
	border:#FF0000 solid 1px;
	background-color:#FFFFFF;
	padding:6px;
}

.tableSponsor {
	border-collapse:collapse;
}
.tableSponsor th {
	border:#FF0000 solid 1px;
}
.tableSponsor td {
	border:#FF0000 solid 1px;
	background-color:#FFFFFF;
	padding:6px;
	color:#000000;
}


#header {
	width:821px;
	height:60px;
	z-index:100;
	margin:10px auto;
	padding-top:10px;
}
#mList {
	margin-top: 1px;
	margin-left: 0;
	padding-left: 8px;
	padding-bottom: 4px;
	list-style: none;
	border-left:#666666 solid 1px;
	border-right:#666666 solid 1px;
	border-bottom:#666666 solid 1px;
	background: url(art/bkg_greyTrans.png) repeat;
	width:100%;
}
#mList ul {
}
#mList li {
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(art/red_sq.gif);
	background-repeat: no-repeat;
	background-position: 0 .7em;
}
#slideshow1 {
	position:absolute;
	width:350px;
	height:504px;
	z-index:101;
	left: 50%;
	margin-left:50px;
	top: 100px;
	border:#666666 solid 1px;
}
