@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper{
margin-left:auto;
margin-right:auto;
width:800px;
border-width:1px;
border-style:solid;
border-color:#FFFFFF;
background-color:#000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

.footertext{
color:#000000;
}
.style1 {
	font-size: 9px
}

#contentarea{
padding-top:0px;
background-color:#000000;
width:100%;
}

.tableheader{
height:33px;
background-image:url(images/redbar.gif);
background-repeat:repeat-x;
font-weight:bold;
}

.linkwrapper{
margin-left:auto;
margin-right:auto;
width:448px;
border-width:1px;
border-style:solid;
border-color:#FFFFFF;
}

.tableeven{
background-color:#000000;
height:20px;
vertical-align:middle;
}

.tableodd{
background-color:#666666;
height:20px;
vertical-align:middle;
}