@charset "utf-8";
/* CSS Document */

.mainbg
{
	background-color:#EEEEEE;
	border:solid 1px #CCC;
}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body
{
	background-color:#640002;
}
a:link {
	color: #000000;
	font-weight:bold;
}
a:visited {
	color: #000000;
	font-weight:bold;
}
a:hover {
	color: #FF0000;
	font-weight:bold;
}
a:active {
	color: #000000;
	font-weight:bold;
}

a.top:link, a.top:visited
{
	color: #fff;
	text-decoration: none;
}

a.top:hover
{
	color: #F7CC3F;
	text-decoration: underline;
}

a.red:link, a.red:visited
{
	color: #e90000;
	text-decoration: underline;
}

a.red:hover
{
	color: #000;
	text-decoration: underline;
}
a.green:link, a.green:visited
{
	color: #00640a;
	text-decoration: underline;
}

a.green:hover
{
	color: #000;
	text-decoration: underline;
}

a.yellow:link, a.yellow:visited
{
	color: #FFF4B9;
	text-decoration: underline;
}

a.yellow:hover
{
	color: #000;
	text-decoration: underline;
}

.list_table {
border:1px solid #431100;
font-size:12px;
cellpading:2px;
cellspacing:2px;
width:100%;

}
.list_table th {
color:#FFFFFF;
font-size:14px;
font-weight:bold;
background-image:url("img/black_gr.jpg");
height:26px;	
vertical-align:middle;

}
.ltbrdr{
border:solid 1px #431100;
}

.smalltext
{
font-size:10px;
text-align:justify;
}
.smalltext2
{
font-size:9px;
}
.smalltextyellow
{
font-size:10px;
text-align:justify;
color:#FFF4B9;
}
.whitetext
{
color:#FFFFFF;
text-align:justify;
background-color:#000000;
}

.yellowtext
{
	color:#FFF4B9;
	text-align:justify;
}

.redtitle
{
	font-size:14px;
	font-weight:bold;
	color:#640002;
	padding-left:5px;
}

.textjustify
{
text-align:justify;
}

.error
{
	color:#FF0000;
	text-align:center;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
