body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #232176;
}
a:link {
	color: #232176;
	text-decoration: underline;
}
a:visited {
	color: #232176;
	text-decoration: underline;
}
a:hover {
	color: #232176;
	text-decoration: none;
}
a:active {
	color: #232176;
	text-decoration: underline;
}
a {
	color: #232176;
	text-decoration: underline;
}

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

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


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

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