/*    redict.css - Style Sheet for Real Estate Dictionary
 *    jrc - March 2006
 *
 *    Usage: Include via HTML LINK tag inside HEAD.
 *    e.g.,   <link rel=StyleSheet href="redict.css" type="text/css" media="screen">
 */

BODY {
/*  background-color: #FFFFFF; */
 font-family: Verdana,Arial,Helvetica,Geneva,Sans-Serif,Espy;
 font-size: 10pt;
}
P { 
 font-size: 10pt;  
 font-family: Verdana,Arial,Helvetica,Geneva,Sans-Serif,Espy;
}

P.FINEPRINT { 
 font-size: 8pt;  
 font-family: Verdana,Arial,Helvetica,Geneva,Sans-Serif,Espy;
}

UL { list-style-type: disk; }
OL { list-style-type: decimal; }     
LI { 
 font-size: 9pt;
 font-family: Verdana,Arial,Helvetica,Geneva,Sans-Serif,Espy;
 color: black;
 font-size: 9pt;
} 

A {
 font-family: Verdana,Arial,Helvetica,Geneva,Sans-Serif,Espy;
 color: #000099;
 font-size: 10pt;
 text-decoration: underline;
}
A.REVERSE {
 font-family: Verdana,Arial,Helvetica,Geneva,Sans-Serif,Espy;
 color: #FFFFFF;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
}
A.CONTACTUS {
 font-family: Verdana,Arial,Helvetica,Geneva,Sans-Serif,Espy;
 color: #557CBD;
 hover: red;
 visited: #557CBD;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
}
A.UNDECORATED {
 color: white;
 hover: gray;
 active: red;
 visited: white;
 font-family: Verdana,Arial,Helvetica,Geneva,Sans-Serif,Espy;
 font-weight: bold; 
 font-size: 9pt;
 text-decoration: none;
} 
A.SUBDUED {
 color: gray;
 hover: gray;
 active: gray;
 visited: gray;
 font-family: Verdana,Arial,Helvetica,Geneva,Sans-Serif,Espy;
 font-weight: bold; 
 font-size: 9pt;
 text-decoration: none;
}
A.RED {
 color: red;
 hover: red;
 active: red;
 visited: red;
 font-family: Verdana,Arial,Helvetica,Geneva,Sans-Serif,Espy;
 font-weight: bold; 
 font-size: 9pt;
 text-decoration: none;
}


H1, H2, H3, H4, H5, H6 { 
 color: #008476;
 font-family: Verdana,Arial,Helvetica,Geneva,Sans-Serif,Espy;
 font-weight: bold;
}
H1 { font-size: 26pt; }
H2 { font-size: 22pt; }
H3 { font-size: 18pt; }
H4 { font-size: 14pt; }
H5 { font-size: 10pt; }
H6 { font-size: 8pt;  }

TD {
 font-size: 10pt;  
 font-family: Verdana,Arial,Helvetica,Geneva,Sans-Serif,Espy;
}
