body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #624f62;
}

.top_bg{
	background-image:url(../images/top_bg.jpg);
	background-repeat:no-repeat;
	width:970px;
	height:172px;
	}
	
.bot_bg{
	background-image:url(../images/bot_bg.jpg);
	background-repeat:repeat-x;
	height:36px;
	}
	
.bot_botbg{
	background-image:url(../images/bot_bot_bg.jpg);
	background-repeat:repeat-x;
	background-color:#f4f4f4;
	padding-top:20px;
	
	}
	
.white_bold_text{
	color:#FFF;
	font-weight:bold;
		}
		
.bold_text{
	font-size:12px;
	color:#006;
	font-weight:bold;
	}	
		
a:link {color: #062389;	text-decoration: none;}
a:visited {text-decoration: none;color: #062389;}
a:hover {text-decoration: underline; color: #000000;}
a:active {text-decoration: none; color: #062389;} 

a.bottom:link{	color:#000; text-decoration:none; font-size:11px;}
a.bottom:visited{color:#000;text-decoration:none; font-size:11px;}
a.bottom:hover{color:#629606;text-decoration:none; font-size:11px;}
a.bottom:active{color:#000;	text-decoration:none; font-size:11px; }

.textbox{
	border:#7da0c7 solid 1px;
	font-size:11px;
}

.button{
	background-color:#33208b;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
.bg_color{
background-color:#d7d7d7;
border:#33208b solid 1px;}
