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

}

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

.nav A  {text-decoration : none; color : #000033;}
.nav A:Visited  {text-decoration : none; color : #000033;}
.nav A:Active  {text-decoration : none; color : #000033;}
.nav A:Hover  {text-decoration : none; color : #000033;}
	
.img {
	border: 1px solid White;
	}

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

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