body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-image: url(vmbackground.jpg);
	background-color: #ffcf48;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6f2b90;
	line-height: 18pt;
}
a:link {
	color: #6f2b90;
	text-decoration: underline;
}
a:visited {
	color: #6f2b90;
	text-decoration: underline;
}
a:hover {
	color: #ec008c;
	text-decoration: none;
}
a:active {
	color: #6f2b90;
	text-decoration: underline;
}
a {
	color: #6f2b90;
	text-decoration: underline;
}

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

.bodytextleft {
	font-size: 14px;
	color: #6f2b90;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.bodytextleftbold {	font-size: 14px;
	color: #6f2b90;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
.bodytextcenter {	font-size: 14px;
	color: #6f2b90;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.bodytextcenterbold {	font-size: 14px;
	color: #6f2b90;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
.bodytextright {	font-size: 14px;
	color: #6f2b90;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
.bodytextrightbold {	font-size: 14px;
	color: #6f2b90;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
}
.whitebodytextrightbold {	font-size: 14px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
}


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

.LeftHeading {
	font-size: 22px;
	color: #ec008c;
	text-align: left;
	text-decoration: underline;
}
.CenterHeading {
	font-size: 22px;
	color: #ec008c;
	text-align: center;
	text-decoration: underline;
}
.RightHeading {
	font-size: 22px;
	color: #ec008c;
	text-align: right;
	text-decoration: underline;
}