@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image:url(/images/system/bkgd_main.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	padding-top:0px;
	margin-top:0px;
}
.footer {font-size: 10px}
.textSmall {font-size: 12px}
.hd1 {
	font-size: 16px;
	font-weight: bold;
}
.hiddenText {color: #FFFFFF}
.nopad {
	padding:0;
	margin:0;
}
.formHighlight {
	background-color: #CC0000; 
	color:#FFFFFF;
}
.formHighlight2 {
	background-color: #006600;
	color:#FFFFFF;
}
.waterMark{
   background: white url('/images/system/watermark_override.jpg') no-repeat center center;
}
.mascotColor1 {
	background-color:#FDC20C;
}
.contentBody {
	background-image:url(/images/system/bkgd_body1.jpg);
	background-position:top left;
	background-repeat:repeat-y; 
	width:900px;
}
.contentBody2 {
	background-image:url(/images/system/bkgd_body1.jpg);
	background-position:top left;
	background-repeat:repeat-y; 
}
.toolBody {
	background-image:url(/images/system/bkgd_body1.jpg);
	height:320px;
	width:950px;
}

