
BODY, TD  { font-family: arial; font-size: 12px; color: #003333; }

BODY  { background-color: #F8F6E6; }

.main { background-color: #F8F6E6; }


/* Below bg 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: #D6CCA9; }

TD#range {  background-color: #F3D56F; }

.range { font-size: 14px; font-weight: bold; color: #003333; line-height: 28px; }

TD#date {  background-color: #C6C0AA; }

TD#cat1 {  background-color: #9F9573; }

TD#property {  background-color: #D6CCA9; }

TD#bottom1 {  background-color: #C6C0AA; }

.subtable1_top {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

.subtable1 {
	background-color: #D6CCA9;
	padding: 3px;
	
    border-color:#000000;
    border-right:1px solid #000000;
    border-style:solid;
    border-width:0 1px 1px 0;
}



.data {
	background-color: #E6F8F2;
}

.ao_aochart1 {
    background-color: #E6F8F2;
    padding: 0px;
    
    border-color: #000000;
    border-style: solid;
    border-width: 1px 0 0 1px;
}

TD.data, TD.date, TD.range, TD.property, TD.cat1, TD.prices, TD.picture  { 
	border-color: #000000;
    border-style: solid;
    border-width: 0 1px 1px 0;
}



/* 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: #9F9573; 
font-size: 12px; 
font-weight: bold;
padding: 1px 1px 0px 1px; 
border-left: 2px solid #D6CCA9; 
border-top: 2px solid #D6CCA9; 
border-right: 2px solid #605327; 
border-bottom: 2px solid #605327;}