body {
	background-image:url(bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
}
.orangeColor {color: #FF9900}
.greenColor {color: #006600}
.greyColor {color: #666666}

.centerStuff {
	text-align: center;
}
.boldStuff {
	font-weight: bold;
}
.textsize16 {
	font-size: 16px;
}

.formFields {
	background-color:#E7F3FE;
	color:#000;
}

/*--------- Header Buttons Style -------------- */
.headerBtns{
	margin-bottom:4px;
}
.headerBtns a{
	background-image:url(headerBtnsBG.jpg);
	border:#999 1px solid;
	color:#333;
	text-decoration:none;
	padding:6px;

}
.headerBtns a:hover {
	background-image:url(headerBtnsBGover.jpg);
	border:#060 1px solid;
	color:#060;
	text-decoration:none;
	padding:6px;

}
/*--------- Main Body table styles -------------- */
.mainBodyTable {
	background-color:#F2F2F2; 
	border:#999 1px solid; 
	width:900px;
}