BODY {
	background-color: #9A32CD;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 25px;
}
H1,H2,H3,H4,H5,H6 {
	color: #5E1183;
	font-family: Verdana;
}

A:link {
	color: #111483;
	text-decoration: none;
}
A:visited {
	color: #5E1183;
	text-decoration: none;
}
A:active {
	color: #5E1183;
	text-decoration: none;
}
A:hover {
	color: #F5F57C;
	text-decoration: none;
}	
TD {
	color: #5E1183;
	font-size: 12px;
	font-family : Verdana;
}
P {
	color: #5E1183;
	font-size: 12px;
	font-family : Verdana;
}
HR {
	border: none 0; 
	border-top: 1px solid #5E1183;
	height: 1px;
}
UL {
	color: #5E1183;
	font-size: 12px;
	font-family : Verdana;
	list-style-image: url(images/bullet.gif);
}
.smalllink {
	color: #111483;
	font-size: 10px;
	font-family : Verdana;
}
.bgNoRepeat {
	background-repeat: repeat-x;
}
.bgNoRepeatX {
	background-repeat: repeat-y;
}
.tinyfont {
	color: #5E1183;
	font-size: 10px;
	font-family : Verdana;
}
.sizethreepurple {
	color: #5E1183;
	font-size: 16px;
	font-family : Verdana;
}
.sizethreepurplebold {
	color: #5E1183;
	font-size: 16px;
	font-family : Verdana;
	font-weight: bold;
}
.normalbold {
	color: #5E1183;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
}
.boldred {
	color: red;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
}
.normalbolditalic {
	color: #5E1183;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	font-style: italic;
}