/* CSS Document */

body
{
	margin:0;
	padding:0;
	background-color:#232323;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:22px;
}

.maintable
{
	background-color:#FFCA00;
	border-left:2px solid #ffffff;
	border-right:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	padding:30px 43px;
	background-image:url(../images/basebg.jpg);
	background-repeat:repeat-x;
}

a:active, a:visited, a:link
{	
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#212121;
	}
	
	a:hover
	{	
	
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;}