body {
	text-align:center;
	
	background-image: url(img/bg.gif);
	margin:0px 0px 0px 0px;
	
}
p{
	font-family: Tahoma;
	line-height: 20px;
	font-size: 12px;		

}
.maintable{
	width:780px;
	border-color:#999999;
	border:solid 1px;
	border-left:#999999;
	border-right:#999999;
	border-bottom:#999999;
	border-top:none;
	vertical-align: top;
	background-color: #E9E9E9;
	text-align:left;

}
.dotted{
	border-color:#666666;
	border:dotted 1px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:#666666;
}
.content{
	padding-left:10px;

}
.footer{
	width:780px;
	background-color:#FFFFFF;
	border-color:#666666;
	border:dotted 1px;
	border-top:#666666;
	border-left:none;
	border-right:none;
	border-bottom:none;
	text-align:center;
}


a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #ff9900;
}
a:active {
	color: #ff9900;
}

