.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.bgheader {
	background-color: #9D3493;
}
.bgblue1 {
	background-color: #005BAA;
}
.bgblue2 {
	background-color: #BAC6E4;
}
.bggreen1 {
	background-color: #a5ba80;
}
.bggreen2 {
	background-color: #D3DDC1;
}
.bgpink {
	background-color: #993399;
}
.bgpink2 {
	background-color: #CC99CC;
}
.bgpurple {
	background-color: #7C70B2;
}
.bgpurple2 {
	background-color: #D1D1E9;
}
.bgyellow {
	background-color: #FDDE06;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.topline {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #993399;
	border-right-color: #993399;
	border-bottom-color: #993399;
	border-left-color: #993399;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textboldlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.title {
	font-family: "Century Gothic", "Gill Sans MT", Arial;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;


}
.nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 8px;
	text-decoration: none;
}
.navdiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #DBDDE3;
	border-right-color: #DBDDE3;
	border-bottom-color: #DBDDE3;
	border-left-color: #DBDDE3;
	text-decoration: none;
}

.navhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
	letter-spacing: 1px;

}
.special {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.titleblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #005BAA;
}
.titlegreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #A5BA80;
}
.titlepurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #7C70B2;
}
a {
	text-decoration: none;
}

