body {
	scrollbar-3dlight-color: #E1C3FF;
	scrollbar-darkshadow-color: #6D5288;
	scrollbar-face-color: #CB98FE;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #9F77C7;
	scrollbar-track-color: #92249E;
}

td, th, input, select, textarea {
	font-family: arial;
	font-size: 11px;
	color: black;
}

form {
	margin-top: 0pt;
	margin-bottom: 0pt;
}

input, textarea, select{
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color:E9E7E7;
}

.errors {
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.success {
	background-color: #009933;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.framer {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

input.button {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.button:hover {
	background-color: #555555;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



a {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #800080;
	text-decoration: underline;
}

a:hover {
	font-family: arial;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #800080;
}

.aback {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #444444;
	text-decoration: none;
}

.aback:hover {
	font-family: arial;
	background-color: #000000;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.copyright {
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
}

.smally {
	font-family: arial;
	font-size: 10px;
	color: #CB98FE;
}

.smally:hover {
	font-family: arial;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #800080;
}

.date {
	font-family: arial;
	font-size: 9px;
	color: #FFFFFF;
}	

.back {
	font-weight: bold;
	background-color: #CCCCCC;
	margin-left: 3;
	margin-right: 3;
}

.whitey {
	font-size: 11px;
	background-color: #FFFFFF;
}

.bighead {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 6;
	padding-right: 6;
	padding-bottom: 3;
	padding-top: 3;
	background-color: #990099;
}

.subhead1 {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-left: 6;
	padding-right: 6;
	padding-bottom: 3;
	padding-top: 3;
	background-color: #DDDDDD;
}

.subdata1 {
	font-size: 12px;
	font-weight: bold;
	color: #990099;
	padding-left: 9;
	padding-right: 0;
	padding-bottom: 2;
	padding-top: 2;
}

.newscopy {
	font-family: arial;
	font-size: 11px;
	color: black;
	margin-left: 4;
	margin-right: 4;
	background-color: #EEEEEE;
}

.newslink {
	font-family: arial;
	font-size: 11px;
	color: #02603A;
}

.newslink:hover {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #444444;
}

.alert {
	background-color: #78322C;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: yellow;
}

.intro {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

// Navigation related

span {
	font-family: verdana,sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

table.subnav {
	border: solid 1px #DDDDDD;
	background-color: #777777;
}

table.subnav td {
	white-space: nowrap;
}

table.subnav td a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	display: block;
	padding: 4px;
}

table.subnav td a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	border-bottom: 0px;
	color: #000000;
}