body {
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	SCROLLBAR-BASE-color:  #CDCDCD;
	SCROLLBAR-ARROW-color: #ED3000;
}

td {
  color: #000000;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  /* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
  SCROLLBAR-BASE-color:  #CDCDCD;
  SCROLLBAR-ARROW-color: #ED3000;
}

p {
  color: #000000;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  /* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
  SCROLLBAR-BASE-color:  #CDCDCD;
  SCROLLBAR-ARROW-color: #ED3000;
}

hr {
  height: 1px; 
  color: #666666;
  background-color: #ffffff;
}


a {
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

a:hover {
  color: #FF3333;
}

.red {
color: #FF0000;
}