body, TD, P, .bodytxt  {
	scrollbar-face-color : #ffffff;
	scrollbar-track-color : #EFFFD5;
	scrollbar-arrow-color : #006600;
}

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

.nav A  {text-decoration : none; color : #FFFFff;}
.nav A:Visited  {text-decoration : none; color : #ffffff;}
.nav A:Active  {text-decoration : none; color : #ffFFff;}
.nav A:Hover  {text-decoration : none; color : #FFFFff;}

.img {
	border: 1px solid green;
	}

hr {
  color: #006600;
  width: 100%;
  height: 1px;
}

input, textfield, textarea, select {
	font-family : Arial;
	font-size : 12px;
	color : #676767;
	background-color : #Ffffff;
	}
 -