body, TD, P, .bodytxt  {
	scrollbar-face-color : #004000;
	scrollbar-track-color : #004000;
	scrollbar-arrow-color : #000000;

}

A  {text-decoration : underline; color : #000000;}
A:Visited  {text-decoration : none; color : #000000;}
A:Active  {text-decoration : none; color : #000000;}
A:Hover  {text-decoration : none; color : #000000;}

.nav A  {text-decoration : none; color : #ffffff; font-family : Aeolus; font-size : 16px;}
.nav A:Visited  {text-decoration : none; color : #ffffff; font-family : Aeolus; font-size : 16px;}
.nav A:Active  {text-decoration : none; color : #ffffff; font-family : Aeolus; font-size : 16px;}
.nav A:Hover  {text-decoration : none; color : #ffffff; font-family : Aeolus; font-size : 16px;}
	
.img {
	border: 3px solid Black;
	}

.nav {
	font-family : Arial;
	font-size : 13px;
	color : #000000;
	}

hr {
  color: #000000;
  width: 80%;
  height: 1px;
}
input, textfield, textarea, select {
	font-family : Arial;
	font-size : 12px;
	color : #000000;
	background-color : #8FAE88;
	}
 -