body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/back.gif);
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr{
	color: #534B7E;
	height: 1px;
}
a:link {
	text-decoration: none;
	color: #534B7E;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #534B7E;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #EE5115;
}

a:active {
	text-decoration: none;
}
a.bottomlink:link {
	text-decoration: none;
	color: #534B7E;
	font-weight: normal;
}
a.bottomlink:visited {
	text-decoration: none;
	color: #534B7E;
	font-weight: normal;
}
a.bottomlink:hover {
	text-decoration: underline;
	color: #EE5115;
	font-weight: normal;
}
a.bottomlink:active {
	text-decoration: none;
	font-weight: normal;
}
a.whitelink:link {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
a.whitelink:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
a.whitelink:hover {
	text-decoration: underline;
	color: #ffffff;
}
a.whitelink:active {
	text-decoration: none;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1A0F53;
	margin: 0px;
	margin-top: 10px;
	font-weight: bold;
}
.featured{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	margin: 0px;
	margin-top: 10px;
	font-weight: bold;
}
.tenpixel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.tenpixelblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1A0F53;
}
.tenpixellight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #534B7E;
}
.subheadingblue{
	color: #1A0F53;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.subheadingorange{
	color: #EE5115;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.heading{
	color: #1A0F53;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A0F53;
}
.bluebold{
	color: #1A0F53;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.border {
	border: 1px solid #534B7E;
}
.bluetext {
	color: #534B7E;
}
.bluetextdark {
	color: #1A0F53;
}
.textlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1A0F53;
	border: 1px solid #534B7E;
	padding: 5px 10px;
	background-color: #FFFFFF;
}