body 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333;
	background-image: url(../images/mainbg.png);
}
a:link 
{
	text-decoration: none
}
a:visited 
{
	text-decoration: none
}
a:hover 
{
	text-decoration: underline;
	font-weight: normal;
}
.title
{
	font-size: 18px;
	font-weight: bold;
	color: #a7a7a7;
}
.maintable
{
	width: 700px; 
	background-color: #ffffff; 
	padding-left: 25px; 
	padding-right: 20px;
	background-image: url(../images/sbbg.png);
	background-repeat: repeat-y;
}

.footer
{
	text-align: left; 
	height: 50px; 
	vertical-align: top;
	font-size: 10px;
	color: #a7a7a7;	
}

