/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 120%;
}
p,td,font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}


/* Links */
a:link {
	text-decoration: underline;
	color: 000080;
}
a:active {
	text-decoration: underline;
	color: 3E3E3E;
}
a:hover {
	text-decoration: underline;
	color: #009900;
}
a:visited {
	text-decoration: underline;
	color: #000099;
}
a:visited:hover {
	text-decoration: underline;
	color: 006600;
}
/* Green Links */
a.greenLinks:link {
	text-decoration: underline;
	color: 008000;
	font-size: 11px;
	font-weight: bold;
}
a.greenLinks:active {
	text-decoration: underline;
	color: 3E3E3E;
	font-size: 11px;
	font-weight: bold;
}
a.greenLinks:hover {
	text-decoration: underline;
	color: 006600;
	font-size: 11px;
	font-weight: bold;
}
a.greenLinks:visited {
	text-decoration: underline;
	color: 008000;
	font-size: 11px;
	font-weight: bold;
}
a.greenLinks:visited:hover {
	text-decoration: underline;
	color: 006600;
	font-size: 11px;
	font-weight: bold;
}


/* Heading styles */
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #009900;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #00000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h6 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* Misc Classes */
.TenPxLtGrey {
	font-size: 10px;
	color: #666666;
}
.ElevenPxLtGrey {
	font-size: 11px;
	color: #666666;
}

/* Misc Tags */
hr {
	background-color: #006600;
	margin-right: 10px;
	padding-right: 10px;
}
.ElevenPxOnly {
	font-size: 11px;
}

/* Database Results Classes */
.SearchNoResults {
	color: Black;
}
.SearchError {
	color: Red;
}
.SearchFields {
	color: Black;
}
.ArticleCategory {
	color: 009900;
	font-size: 14px;
	font-weight: bold;
}
.ArticleTitle {
	color: Black;
	font-size: 12px;
	font-weight: bold;
}
.ArticleBody {
	color: Black;
}
