body {
	background-color: #6F2B90;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14pt;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #8B0304;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a {
	color: #000000;
	text-decoration: underline;
}

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

.bodytextleft {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 14pt;
}
.bodytextleftbold {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	line-height: 14pt;
}
.bodytextcenter {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 14pt;
}
.bodytextcenterbold {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 14pt;
}
.bodytextright {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	line-height: 1.25;
}
.bodytextrightbold {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	line-height: 1.25;
}

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

.whitetextleft {
	font-size: 12px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.25;
}
.whitetextcenter {
	font-size: 12px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 14pt;
}
.whitetextcenterbold {
	font-size: 12px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 14pt;
}
.whitetextright {
	font-size: 12px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	line-height: 14pt;
}

{********* BURGANDY TEXT **********}

.burgandytextleft {
	font-size: 12px;
	color: #8b0304;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.25;
}
.burgandytextleftbold {
	font-size: 12px;
	color: #8b0304;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	line-height: 1.25;
}
.burgandytextcenter {
	font-size: 12px;
	color: #8b0304;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 14pt;
}
.burgandytextcenterbold {
	font-size: 12px;
	color: #8b0304;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 14pt;
}
.burgandytextright {
	font-size: 12px;
	color: #8b0304;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	line-height: 14pt;
}
.burgandytextrightbold {
	font-size: 12px;
	color: #8b0304;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	line-height: 14pt;
}

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

.LeftHeading {
	font-size: 24px;
	color: #8b0304;
	text-align: left;
	line-height: 14pt;
}
.CenterHeading {
	font-size: 24px;
	color: #8b0304;
	text-align: center;
	line-height: 14pt;
}
.CenterHeading2 {
	font-size: 18px;
	color: #8b0304;
	text-align: center;
	line-height: 14pt;
}
.RightHeading {
	font-size: 24px;
	color: #8b0304;
	text-align: right;
	line-height: 14pt;
}