body, TD, P, .bodytxt  {
	scrollbar-face-color : #ECE9D8;
	scrollbar-track-color : #F2f2f2;
	scrollbar-arrow-color : #Ff0000;
}

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

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

td.thecolor {
background-color: #f2f2f2;
}
table.thecolor {
background-color: #f2f2f2;
}

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