body, body div, body p, body th, body td, body li, body dd    {
font-family : Verdana, Arial, Helvetica, sans-serif;  
             /* more specific to override rule in importing sheet */
    font-size:    x-small;     
             /* false value for WinIE4/5 */
    voice-family: "\"}\"";  
             /* trick WinIE4/5 into thinking the rule is over */
    voice-family: inherit;  
             /* recover from trick */
    font-size:    small        
             /* intended value for better browsers */
    }

html>body, html>body div, html>body p, html>body th,
html>body td, html>body li, html>body dd    {
    font-size:    x-small
             /* be nice to Opera */
    }

BODY {margin: 1em; padding: 1em; font-family:  Verdana, Arial, Helvetica, sans-serif;
background-color: #F0F3D5; color: #575A3C;
}

H1, H2, H3, H4, H5 {
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #2c5641;
} 


#main {
padding-top: 5px;
padding-left: 25px;
padding-right: 25px;
padding-bottom: 5px;
background-color: #F0F3D5;
margin-top: 10px;
margin-right: 10px; 
margin-bottom: 10px;
margin-left: 10px;
width: auto;
border: 1pt #b38d68 solid;
}



A:link {
color: #2c5641;
text-decoration: underline;
font-weight: bold;
}

A:visited {
text-decoration: underline;
color: #999d6f;
font-weight: bold;
}

A:hover {
color: #ae865e;
text-decoration: underline;
}


H1 {
font-size: 140%;
text-align: left;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 0px;
padding-right: 0px;
color: #2c5641;
padding: 5px;
background-color: #BDC0A2;
}




.smaller {
font-size: smaller;
}


.larger {
font-size: larger;
}


.centred {
text-align: center;
}
.right {  text-align: right}

.PhoneNumber { white-space: nowrap; }