body, TD, P, .bodytxt  {
	scrollbar-face-color : #333333;
	scrollbar-track-color : #333333;
	scrollbar-arrow-color : #666666;
	scrollbar-highlight-color : #666666

}

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

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

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

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