body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	background-color: #fceadf;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bot_bg{
	background-image:url(../images/bot_bg.jpg);
	background-repeat:repeat-x;
	height:41px;
}
.banner_bg{
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	width:990px;
	height:455px;
}

.maroon_text{
	color:#8f0404;
}

.orange_text{
	color:#ffd86f;
}

.textbox{
	background-color:#FFFFFF;
	border:#9361a6 solid 1px;
	font-size:11px;
}

.bold_text{
	font-weight:bold;
}

.bold_orangetext{
	font-weight:bold;
		color:#ffd86f;

}

.Heading{
font-size:14px;
	font-weight:bold;
		color:#ffd86f;

}


a:link {color: #eea534;	text-decoration: none;}
a:visited {text-decoration: none;color: #eea534;}
a:hover {text-decoration: underline; color: #fceadf;}
a:active {text-decoration: none; color: #eea534;} 


a.bottom:link{	color:#8f0404; text-decoration:none; font-size:11px;}
a.bottom:visited{color:#8f0404;text-decoration:none; font-size:11px;}
a.bottom:hover{color:#ec5d00;text-decoration:none; font-size:11px;}
a.bottom:active{color:#8f0404;	text-decoration:none; font-size:11px; }

.dotline{
	background-image:url(../images/dotline.gif);
	background-repeat:repeat-x;
	background-position:center;
}
