body, TD, P, .bodytxt  {
	scrollbar-face-color : #99b3cc;
	scrollbar-track-color : #bbcddd;
	scrollbar-arrow-color : #Ff0000;
}

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

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

.dark A  {text-decoration : underline; color : #676767;}
.dark A:Visited  {text-decoration : underline; color : #676767;}
.dark A:Active  {text-decoration : none; color : #676767;}
.dark A:Hover  {text-decoration : none; color : #676767;}

.darknonvis A  {text-decoration : none; color : #676767;}
.darknonvis A:Visited  {text-decoration : none; color : #676767;}
.darknonvis A:Active  {text-decoration : none; color : #676767;}
.darknonvis A:Hover  {text-decoration : none; color : #676767;}

hr {
  color: #99b3cc;
  width: 80%;
  height: 1px;
}

.img {
	border: 1px solid Black;
	}

td.thecolor {
background-color: #BBCDDD;
	font-family : Arial;
	font-size : 12px;
	color : #ffffff;
}
table.thecolor {
background-color: #BBCDDD;
}

textarea, select, input {
	font-family: Arial;
	font-size: 12px;
	color: #676767;
	background-color: #99b3cc;
	}
	
form {
margin: 0px;
}