
BODY {
	background-color: #3C4951;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-size: 8pt;
	text-align: center;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	text-align: justify;
	color: #FFF;
	line-height:18px;
		margin: 0;
}

p.tabletext{
	font-size: 10pt;
	text-align: justify;
	color: #FFF;
	margin: 8px;
}

p.tablehome{
	font-size: 8pt;
	text-align: justify;
	color: #FFF;
	margin: 8px;
	line-height:15px;
}
p.innertext2{
	font-size: 8pt;
	text-align: justify;
	color: #2D373E;
	margin: 8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p.innertext{
	font-size: 8pt;
	text-align: justify;
	color: #2D373E;
	margin: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p.copyright{
	font-size: 8pt;
	text-align: right;
	color: #f0f0f0;
	margin: 5px;
}


A {
	color: #003D91;
	text-decoration: underline;
}

A:HOVER {
	color: #8C1E13;
	text-decoration: underline;
	}
	
img.imageborder{
	border: 1px solid #000;
}

#logobar
{
margin-left:auto;
margin-right:auto;
margin-top: 10px;
width:671px;
height: 85px;
}

#logo
{
width:160px;
float: left;
}

#logotext
{
width:476px;
float: right;
 margin-top: 60px;
 text-align: right;
}

#main
{
margin-left:auto;
margin-right:auto;
width:671px;
text-align: center;
background: #fff;
}

#footer
{
margin-left:auto;
margin-right:auto;
width:671px;
height: 30px;
}
#footer a{
font-size: 8pt;
	color: #f0f0f0;
	text-decoration: none;
	font-weight: bolder;

}
#footer a:hover{
font-size: 8pt;
	color: #FAFA9C;
	text-decoration: underline;
		font-weight: bolder;
}
ul {
	font-size: 8pt;
	text-align: justify;
	color: #596F8F;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(images/bullet_new.gif);
}