a:link.menuItem, a:visited.menuItem
{
	/*text-decoration: underline;
	color: white;*/
	display:block;
	width:120px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#7A991A;
	text-align:center;
	padding:4px;
	text-decoration:none;
}

a:hover.menuItem,a:active.menuItem
{
	background-color:#555555;
}


a:visited
{
	text-decoration: underline;
	color: #AAFFAA;
}


a:active, a:link
{
	text-decoration: underline;
	color: #7A991A;
}

a:hover
{
	text-decoration: none;
	color: red;
}

body
{
	font:11pt Verdana, Arial, Helvetica;
	color:white;
	background:#000000;
	/*background:#5B0000;*/
	/*text-align: center;*/
}

table.main
{
	width:980px;
	border: 1px;
	background-color: #000000;
	/*border-color: #FFFFFF;
	border-style: solid;
	background-color: #082AD5;*/
	margin-left: 50px;
	/*margin-right: auto;*/
}

table.data
{
	table-layout: auto;
	border: 1px solid;
	background-color: white;
	font-size: 9pt;


/*
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-left: auto;
	margin-right: auto;
*/
}

tr.dataHeader
{
	background-color: blue;
}

th.dataHeader
{
	text-align: center;
}

tr.data
{
	background-color: lightblue;
	color: darkblue;
}

td.banner
{
	background-image:url('images/loggains_banner1.png');
	background-repeat:no-repeat;
	height: 370px;
	text-align:left;
}

td.menu
{
	height: 0px;
	text-align:left;
}

div.content
{
	height:400px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

ul.menu
{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

li.menuItem
{
	float:left;
	margin:5px;
}

img
{
	border:0px;
}

img.sponsor
{
	border: 0px;
	width: 200px;
}

td
{
	vertical-align: top;
	text-align: center;
}

td.left
{
	width: 0px;
}

td.right
{
	width: 0px;
}

td.center
{
	width:auto;
	text-align:left;
}

td.footer
{
	font:8pt Verdana, Arial, Helvetica;
}

