body {
  background-color: #595858;
  color: #000000;
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 10px;
  /* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
  SCROLLBAR-BASE-color:  #999999;
  SCROLLBAR-ARROW-color: #CC9900;
}

a:link    { color: #000000; text-decoration: none; font-family: verdana; font-size: 10px }
a:active    { color: #FF0000; text-decoration: none; font-family: verdana; font-size: 10px }
a:visited    { color: #000000; text-decoration: none; font-family: verdana; font-size: 10px }
a:hover      { color: #FF0000; font-family: verdana; font-size: 10px }

a.menu:link    { color: #000000; text-decoration: none; font-family: verdana; font-size: 10px }
a.menu:active    { color: #CCCCCC; text-decoration: none; font-family: verdana; font-size: 10px }
a.menu:visited    { color: #000000; text-decoration: none; font-family: verdana; font-size: 10px }
a.menu:hover      { color: #CCCCCC; font-family: verdana; font-size: 10px }


ul, li, p, td {
  color: #000000;
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 10px;
}


HR {
	color : #000000;
	height : 1px;
}

input.search
{
	height: 17px;
	background-color: #CCCCCC;
	border: solid #000000;
	border-width: 1px;
	font-family: verdana;
	color: #000000;
	font-size: 10px;
	
}