body {
  background-color: #CEEEFC;
  color: #000000;
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  /* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
  SCROLLBAR-BASE-color:  #485E73;
  SCROLLBAR-ARROW-color: #FF6600;
}

a:link    { color: #E56201; text-decoration: none; font-family: arial; font-size: 11px }
a:active    { color: #E56201; text-decoration: none; font-family: arial; font-size: 11px }
a:visited    { color: #E56201; text-decoration: none; font-family: arial; font-size: 11px }
a:hover      { color: #0099CC; font-family: arial; font-size: 11px }

a.dark:link    { color: #CEEEFC; text-decoration: none; font-family: verdana; font-size: 11px }
a.dark:active    { color: #CEEEFC; text-decoration: none; font-family: verdana; font-size: 11px }
a.dark:visited    { color: #CEEEFC; text-decoration: none; font-family: verdana; font-size: 11px }
a.dark:hover      { color: #01B1FC; font-family: verdana; font-size: 11px }


ul, li, p, td {
  color: #000000;
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 11px;
}


HR {
	color : #0099CC;
	height : 1px;
}

input.search
{
	height: 17px;
	background-color: #E1E9EF;
	border: solid #000066;
	border-width: 1px;
	font-family: tahoma;
	color: rgb(0,0,70);
	font-size: 11px;
	
}