/* CSS Document */

BODY {
	margin:0px;
/*	background-image:url(../img/backgroundLoop.gif);
	background-color:#FFA105;

 */
	background-repeat:repeat-x;
}

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

.centerFrame {
	border-width:0px 1px 0px 1px;
	color:#000000;
	border-style:solid;
	height:1000px;
}

.divBoxTop {
	display:block;
	background-color:#000000;
	font:bold 11px arial;
	margin-bottom:1px;
	padding-left:5px;
	color:#FFFFFF;
	padding:1px 4px;
}

.divBoxTopRed {
	display:block;
	background-color:#CC3300;
	font:bold 11px arial;
	margin-bottom:1px;
	padding-left:5px;
	color:#FFFFFF;
	padding:1px 4px;
}


#divBoxMid , #divBoxMid a:link, #divBoxMid a:active, #divBoxMid a:visited  {
	display:block;
	border:0px;
	background-color:#FBF5E2;
	margin-bottom:1px;
	color:#000000;
	font: 11px arial;
	height:16px;
	text-decoration:none;
	
}
#divBoxMid a:hover {
	background-color:#E7C65B;
	text-decoration:none;
}








.headerTop {
	display:block;
	background-color:#007f90;
	font:bold 11px arial;
	margin-bottom:1px;
	color:#FFFFFF;
	padding:1px 4px;
}

.padCenter {
	padding:10px;
	font:11px arial;
}

.arialRed {font:11px arial; color:#FF0000;}
