body,p,td {
  font-family:Verdana,Arial,Helvetica,sans-serif; 
  font-size: 12px; 
  color: 000000; 
  font-weight: normal; 
  text-decoration: none; 
}

h1,h2,h3,h4,h5,h6 { color: 990000; margin: 0px;}
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3, { font-size: 16px; }

.small { font-size: 10px }

.subHeader {
  font-size: 16px;
  font-weight: bold;
  color: 990000;
}

a.bread { font-size: 10px; font-weight: bold;}

a.orange:active,a.orange:link,a.orange:visited {
  font-size: 11px; 
  color:CC6600; 
  font-weight: normal; 
  text-decoration: none; 
  line-height: 14px;
}

a.orange:hover {
  color: CC6600; 
  background-color: CCCCCC;
}

input.styled {
  border-top: 1px solid #999;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
  border-left: 1px solid #999;
  text-align: center;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
  text-decoration:none;
  color:#000;
  font-weight:normal;
  background:#ccc;
  padding: 2px;
}

input.styled:hover {
  background:#eee;
  color:#666;
}

.title { font-size: 24px; color: #990000; font-weight: bold;}
