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

}

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

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

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

.img {
	border: 2px solid #003300;
	}
	
form {
margin: 0px;
}

input, textarea, select {
	font-family : Arial;
	font-size : 11px;
	color : #003300;
	background-color : #ffffcc;

 -