body {
  background-color: #FFFFFF;
  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: #FFFFFF; text-decoration: none; font-family: arial; font-size: 11px }
a:active    { color: #FF9933; text-decoration: none; font-family: arial; font-size: 11px }
a:visited    { color: #000066; text-decoration: none; font-family: arial; font-size: 11px }
a:hover      { color: #000066; font-family: arial; font-size: 11px ; font-weight: bold}

a.dark:link    { color: #FFFFFF; text-decoration: none; font-family: verdana; font-size: 11px }
a.dark:active    { color: #FFFFFF; font-family: verdana; font-size: 11px ; background-color: #FFFFFF}
a.dark:visited    { color: #000066; text-decoration: none; font-family: verdana; font-size: 11px }
a.dark:hover      { color: #000000; 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;
}

