
body 
{
	background-color:#BD0000;
	color: #FFFFFF;
	font: 12px Arial;
}
#container 
{
    width:740px;
	margin:0px auto;
	font: 12px Arial;
    background-color:#FFFFFF;
    padding:5px;
}
#top
{
    text-align:center;
    padding:5px;
}
.table
{
	margin:3px;
}
.table td
{
	background-color:#83AA11;
	margin:3px;
	font-weight:bold;
	height:20px;
}
.table td a
{
	color:#333333;
	font-size:10px;
	text-decoration:none;
}
.table td a:hover
{
	background-color:#FFFF80;
}
#left
{
    width:150px;
    float:left;
    color:#000000;
}
#right
{
    width:130px;
    float:right;
}
#content 
{
	background-color:#FFFFFF;
	border:1px solid #83AA11;
	text-align:left;
	padding:10px;
    margin-left:10px;
    margin-bottom:5px;
	color:#333333;
    width:425px;
    float:left;
}
#left a
{
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#left a:hover
{
	color:#FF0000;
}
.gt
{
	font-size:7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	margin-right:10px;
	margin-left:5px;
}
#footer
{
	font-size:12px;
	background-color:#83AA11;
	line-height:25px;
	text-align:right;
    font-weight:bold;
	padding-right:20px;
    color:#333333;
    clear:both;
}
#footer a
{
	font-size:11px;
	background-color:#83AA11;
	text-decoration:none;
	color:#333333;
	line-height:25px;
	padding-right:10px;
	font-weight:bold;
}
#menu_top
{
    height:24px;
    background-color:#83AA11;
    margin-top:5px;
    margin-bottom:5px;
}
.link{
	color:#66840D;
	font-weight: bold;
}
.link:hover{
color:#BD0000;
font-weight: bold;
}

a	{
	color:#66840D;
	font-weight: bold;
	}
	
a:link {
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	}
	
a:hover {
	color:#BD0000;
font-weight: bold;
	}

a:active {
	color:#BD0000;
font-weight: bold;
	}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
