body     { font-family: Arial, sans-serif; line-height: 1.17; background-color: gray; margin: 0; padding: 0 }

a:link, a:visited, a:hover {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 140%;
 background-color: #C0D8B7;
 padding: 2px;
}

h2{
 font-size: 130%;
}

h3{
 font-size: 120%;
}

h4{
 font-size: 110%;
 font-weight: normal;
}

h5{
 font-size: 100%;
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
}
				
.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.navMenu    { background-color: silver; list-style-type: none; border-style: solid; border-width: 0 1px 1px 0; border-color: #999999 }
.navHeading {
	font-family: Verdana, Arial, Helvetica;
	font-size: 70%;
	background-color: #ABCB9E;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	cursor: default;
}
.navLink   { font-size: 70%; font-family: Verdana, Arial, Helvetica; cursor: hand; padding-top: 1px;  padding-left: 0px; border: solid 1px #f1f1f1 }
.navMenu TD.navLink  {
	border-color: #ABCB9E;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica;
	font-size: 70%;
	padding: 1px 0px 3px 6px;
	cursor: hand;
}
.navLink a {
	color: #33573A;
	text-decoration: none;
}
.navLink a:hover  { 
	color: #33573A;
	text-decoration: none; 
	background-color: #E7F0E3; 
	position: inherit; width: 100%; height: 100% 
}
.navLink a:visited {
	color: #33573A;
	/*background: #ABCB9E;*/
	text-decoration: none;
}
.navLink a:active {
	color: #33573A;
	text-decoration: none;
}
.navSubHeading {
	font-family: Verdana, Arial, Helvetica;
	font-size: 70%;
	background-color: #ABCB9E;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	cursor: default;
}
.navSubLink {
	border-color: #ABCB9E;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica;
	font-size: 70%;
	padding: 1px 0px 3px 11px;
	cursor: hand;
}
.navSubLink a {
	color: #33573A;
	text-decoration: none;
}
.navSubLink a:hover {
	color: #33573A;
	text-decoration: none;
	background-color: #E7F0E3;
}
.navSubLink a:visited {
	color: #33573A;
	/*background: #ABCB9E;*/
	text-decoration: none;
}
.navSubLink a:active {
	color: #33573A;
	text-decoration: none;
}
 