@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #AFAFAF;
}
.mainbg {
	background-image: url(images/bg.png);
	background-position: center top;
	background-repeat: repeat-x;
}
.mainbodyarea {
	background-color: #636466;
	background-image: url(images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 25px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.footerbar {
	font-size:10px;
	color:#636466;
	padding-right:8px;
}



.footerbar a:link{
	
	text-decoration:none;
	color:#636466;
}
.footerbar a:visited{
	
	text-decoration:none;
	color:#636466;
}
.footerbar a:hover{
	
	text-decoration:none;
	color:#fff;
}
.shadowleft {
	background-image: url(images/shadow-left-bg.png);
}

.shadowright{
	background-image: url(images/shadow-right-bg.png);
}.dottedlinestopbottom {
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #89898b;
	border-right-color: #89898b;
	border-bottom-color: #89898b;
	border-left-color: #89898b;
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 12px;
}
.whiteborderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 5px;
	padding-top: 5px;
}
