/* CSS Document */

body {
	margin-top: 0px;
	background-color: #666666;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
}

.style11 {
	font-size: 11px;
}

.boldred {
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
}

.boldred A:link {
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
}
.boldred A:visited {
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
}
.boldred A:active {
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
}
.boldred A:hover {
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
}

a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}

.footerlink {color:#FFFFFF}

.container
{
left: 0px;
width: 900px;
background-color:#FFFFFF;
margin-left: auto ;
margin-right: auto ;
font-family: verdana,arial;
background-color: White;
text-align: left;
height: 1400px;
}

.subcontainer
{
left: 0px;
width: 900px;
background-color:#FFFFFF;
margin-left: auto ;
margin-right: auto ;
font-family: verdana,arial;
background-color: White;
text-align: left;
height: auto;
}

.rightcol
{
top: auto;
left: 224px;
width: 450px;
background-color:#FFFFFF;
margin-left: 224px;
margin-right: auto ;
margin-top: 0px;
font-family: verdana,arial;
background-color: White;
text-align: left;
}

.footer
{
left: 0px;
width: 899px;
background-color:#FFFFFF;
margin-left: auto ;
margin-right: auto ;
font-family: verdana,arial;
background-color: White;
text-align: left;
height: auto;
}