/* default link styles for content area */
a {color: #993399;}
a:link {
	color: #ff0000;
}
a:visited {
	color: #ff0000;
}
a:hover {color: #FFCC33;}
a:active {color: #FFCC33;}

/* classed link styles for home area */
a.home {color: #993399;}
a.home:link {color: #FF0000;}
a.home:visited {color: #FF0000;}
a.home:hover {color: #FFCC33;}
a.home:active {color: #FFCC33;}



.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #993399;
}
.bodybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #993399;
}
.bodypurple {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #993399;
}
.bodypurplebold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #993399;
}
.bodypurpleboldob {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	color: #993399;
}
.bodysmall {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #993399;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #993399;
}
.list1 {list-style-image:url(images/DotRed.gif);}
.list2 {list-style-image: url(images/dotgreen.gif);}
.list3 {list-style-image:url(images/DotBlue.gif);}
.bodyred {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}
.bodygreen {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #009933;
}
.bodyblue {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0033CC;
}
.subhead2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #993399;
}
.whitesubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.subhead3 {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #993399;
}
.subhead3Red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.a.homegreen {
	color: #009933;
}
.a.homeblue {
	color: #0033cc;
}
a.homegreen:link {
	color: #009933;
}
a.homeblue:link {
	color: #0033cc;
}
a.homegreen:visited {
	color: #009933;
}
a.homeblue:visited {
	color: #0033cc;
}
