li {
	font-size: 10pt;
	text-align:left;
}
a {
	text-decoration: none;
	font-weight: normal;
}
a:link {
	color: #FF0000;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #B30000;
}
.text2 a:link {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;

}
.text2 a:hover {
	color: #251D08;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}
.text2 a:visited {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;

}
h1 {
	font-size: 18pt;
	color: #006543;
}
h2 {
	font-size: 14pt;
	color: #006543;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #006543;
}
b {
	font-weight: bold;
	color: #006543; 
}
/* generally, we want a very light green background */
body         { 
	font-family: Tahoma;
	font-size: 10pt;
	background-color: #EEFFEE;
}
.text2 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.navigate {
	background-color: #EEFFEE;
}

/* masthead has a different shade of green for background */
.header {
	background-color: #CCFFCC;
}

/* the article is the central (main) panel of the page, and has a white background to stand out */
.article {
	background-color: #FFFFFF;
}