/* ----------- HyperLink Information -----------*/
/* Navigation Bar Link Information */
A.Menu {
	color : #000000;
	font-weight : bold;
	font-size : 10pt;
	font-family : Arial;
	text-decoration : underline;
}

A.Menu:Visited {
	color : #000000;
	font-weight : bold;
	font-size : 10pt;
	font-family : Arial;
	text-decoration : underline;
}

A.Menu:Active {
	color : #000000;
	font-weight : bold;
	font-size : 10pt;
	font-family : Arial;
	text-decoration : underline;
	}

A.Menu:Hover {
	color : #FFFFFF;
	font-weight : bold;
	font-size : 10pt;
	font-family : Arial;
	text-decoration : none;
}

/* Officers Link Information */
A.Officers {
	color : #15A8FF;
	font-family : serif;
	text-decoration : underline;
	font-weight: bold;
}

A.Officers:Visited {
	color : #15A8FF;
	font-family : serif;
	text-decoration : underline;
	font-weight: bold;
}

A.Officers:Active {
	color : #15A8FF;
	font-family : serif;
	text-decoration : underline;
	font-weight: bold;
}

A.Officers:Hover {
	color : #FFCE00;
	font-family : serif;
	text-decoration : none;
	font-weight: bold;
}

/* Default Link Information */
A {
	color : #15A8FF;
	font-weight : bold;
	font-size : 10pt;
	font-family : Arial;
	text-decoration : underline;
}

A:Visited {
	color : #15A8FF;
	font-weight : bold;
	font-size : 10pt;
	font-family : Arial;
	text-decoration : underline;
}

A:Active {
	color : #15A8FF;
	font-weight : bold;
	font-size : 10pt;
	font-family : Arial;
	text-decoration : underline;
}

A:Hover {
	color : #FFCE00;
	font-weight : bold;
	font-size : 10pt;
	font-family : Arial;
	text-decoration : none;
}
/* ----------- End HyperLink Information -----------*/


/* ----------- Body Tag Information ----------- */
/* Information For Body Tag */
.Body {
	Background-Color : #FFFFFF;
	font-family : Times New Roman;
	font-size : 10pt;
}
/* ----------- End Body Tag Information ----------- */


/* ----------- Text Information ----------- */
/* Page Title Information */
.Title  {
	color : #000000;
	font-size : 15pt;
	font-weight : bolder;
	font-family : Arial;
	text-decoration : underline;
}

.SubTitle{
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial;
	text-decoratoin: none;
}

/* Text Info */
.Officers {
	font-family : Times New Roman, serif;
	font-size: 10pt;
	text-decoration : none;
	color : #000000;
}

.WhiteBoldFont {
	color : #FFFFFF;
	font-weight : bold;
}

.BlackBoldFont {
	color : #000000;
	font-weight : bold;
}

.CountyTitle{
	font-family: Times New Roman, serif;
	font-size: 16pt;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.AdminHead{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.JobHead{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.JobSubHead{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.JobText{
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000
}

.PaperHead {
	font-family : Times New Roman, serif;
	font-size: 10pt;
	text-decoration : none;
	color : #000000;
}

/* ----------- End Text Information ----------- */

/* ----------- Table Information ----------- */
/* Table Cell Colors */
.Blue {
	background-color : #15A8FF;
}
.Orange {
	background-color : #FFCE00;
}
.White {
	background-color : #FFFFFF;
}
.Gray{
	background-color: #EFEFEF;
}
/* ----------- End Table Information ----------- */

/* ----------- Image Map DIV Information ------- */
.Districts{
	position: absolute;
	left: 220px;
	top: 200px;
	visibility: hidden;
	width: 200;
	height: 200;
}
/* ----------- End Image Map Information ------- */ 