
BODY, TD  { font-family: arial; font-size: 12px; color: #003333; }

BODY  { background-color: #E6F8F2; }

.main { background-color: #E6F8F2; }


/* 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: #A9D6C1; }

TD#range {  background-color: #6FF3B6; }

.range {
	font-size: 14px; 
	font-weight: bold; 
	color: #003333; 
	line-height: 28px;
}

TD#date {  background-color: #AAC6B9; }

TD#cat1 {  background-color: #739F8B; }

TD#property {  background-color: #A9D6C1; }

TD#bottom1 {  background-color: #AAC6B9; }

.subtable1_top {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

.subtable1 {
	background-color: #A9D6C1;
	padding: 3px;
}



.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: #739F8B; 
font-size: 12px; 
font-weight: bold;
padding: 1px 1px 0px 1px; 
border-left: 2px solid #A9D6C1; 
border-top: 2px solid #A9D6C1; 
border-right: 2px solid #003300; 
border-bottom: 2px solid #003300;}