
BODY, TD  { font-family: arial; font-size: 12px; color: #003333; }

BODY  { background-color: #E6EEF8; }

.main { background-color: #E6EEF8; }


/* Below background-color should always be the same as BODY background-color above */ 

.background { background-color: #F8F6E6; }

A:link     { font-family: arial;  color: #003333; font-weight: bold; text-decoration: underline; }
A:visited  { font-family: arial;  color: #003333; font-weight: bold; text-decoration: underline; }
A:active   { font-family: arial;  color: #003333; font-weight: bold; text-decoration: underline; }
A:hover    { font-family: arial;  color: #cc0000; font-weight: bold; text-decoration: underline; }

.sub1  { font-size: 10px; font-weight: bold; }

.sub2  { font-size: 11px; font-weight: bold; }

.weekend  { font-size: 11px; font-weight: bold; }

.bold  {  font-weight: bold; }

.head1  { font-size: 14px; font-weight: bold; color: #003333; line-height: 22px; }

TD#top1 {  background-color: #A9C4D6; }

TD#range {  background-color: #6FBDF3; }

.range { font-size: 14px; font-weight: bold; color: #003333; line-height: 28px; }

TD#date {  background-color: #E6EEF8; }

TD#cat1 {  background-color: #738D9F; }

TD#property {  background-color: #A9C4D6; }

TD#bottom1 {  background-color: #E6EEF8; }

.subtable1 {  background-color: #A9C4D6; padding: 2px; }

/* don't know how you'll swing this, but whatever color is chosen below for the background,  */ 
/* border-left and top need to be 3 shades lighter */ 
/* and border-right and bottom need to be 3 shades darker. Got color picker? */ 

.submit {  
font-family: arial;  
background-color: #738D9F; 
font-size: 12px; 
font-weight: bold;
padding: 1px 1px 0px 1px; 
border-left: 2px solid #A9C4D6; 
border-top: 2px solid #A9C4D6; 
border-right: 2px solid #003333; 
border-bottom: 2px solid #003333;}