body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #020202;
}
.errorStyle {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bodyTop {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bodyBottom {

	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bodyLeft {


	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.bodyRight {



	background-image: url(../images/right.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
td {

	font-size: 9px;
	color: #FFFFFF;
}
.bodyText {
	font-size: 9px;
	color: #FFFFFF;
}

.bodyTextDarker {

	font-size: 9px;
	color: #373737;
}
