body {
	background-image: url(bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #6f2c91;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;
	color: #6f2c91;
	line-height: 18px;
}
a:link {
	color: #6f2c91;
	text-decoration: underline;
}
a:visited {
	color: #6f2c91;
	text-decoration: underline;
}
a:hover {
	color: #ffcb31;
	text-decoration: none;
}
a:active {
	color: #6f2c91;
	text-decoration: underline;
}
a {
	color: #6f2c91;
	text-decoration: underline;
}

{********* BODY TEXT **********}

.bodytextleft {	font-size: 11px;
	color: #6f2c91;	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;	line-height: 18px;
}
.bodytextleftbold {	font-size: 11px;
	color: #6f2c91;	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;	line-height: 18px;
}
.bodytextcenter {	font-size: 11px;
	color: #6f2c91;	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;	line-height: 18px;
}
.bodytextcenterbold {	font-size: 11px;
	color: #6f2c91;	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;	line-height: 18px;
}
.bodytextright {	font-size: 11px;
	color: #6f2c91;	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;	line-height: 18px;
}
.bodytextrightbold {	font-size: 11px;
	color: #6f2c91;	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;	line-height: 18px;
}

{********* WHITE TEXT **********}

.whitetextcenter {
	font-size: 11px;
	color: #6f2c91;	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

{********* HEADING TEXT **********}

.LeftHeading {
	font-size: 22px;
	color: #6f2c91;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}
.CenterHeading {
	font-size: 22px;
	color: #6f2c91;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.CenterHeading2 {
	font-size: 18px;
	color: #6f2c91;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.CenterHeading3 {
	font-size: 15px;
	color: #6f2c91;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.RightHeading {
	font-size: 22px;
	color: #6f2c91;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
}