BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 73%;
margin: 0px;
background-color: #FFFFFF;
color:#000000; 
scrollbar-arrow-color:#FFFFFF; 
scrollbar-face-color:#5F9B7D; 
scrollbar-3dlight-color:#5F9B7D; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#CCCCCC; 
}

P, TD, LI, UL, Table {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

/* this group sets the normal link colors */
A:LINK {
/* color : #4B7560; */
color : #000000;
text-decoration: none;
font-weight: bold;
}
A:VISITED {
color : #8E9272;
text-decoration : none;
font-weight: bold;
}
A:HOVER {
color : #000000;
text-decoration : none;
font-weight: bold;
background-color: #FFFFFF;
}
A:ACTIVE {
color : #000000;
text-decoration : none;
font-weight: bold;
}


A.GRAY:LINK {
color : #EEEEEE;
text-decoration: none;
font-weight: bold;
}
A.GRAY:VISITED {
color : #DDDDDD;
text-decoration : none;
font-weight: bold;
}
A.GRAY:HOVER {
color : #EEEEEE;
text-decoration : underline overline;
font-weight: bold;
}
A.GRAY:ACTIVE {
color : #EEEEEE;
text-decoration : underline overline;
font-weight: bold;
}


H1 {
font-size: 120%;
font-weight: bold;
letter-spacing: 2;
color: #5F9B7D;
}

H2, H3, H4, H5, H6 {
font-size : 110%;
font-weight : bold;
color : #5F9B7D;
}

HR {
color: #999999;
height: 1px;
width: 100%;
}

/* Top banner area formatting */

.topbanner {
background-color: #FFFFFF;
color: #000000;
font-size: 90%;
font-weight: normal;
text-align: center;
height: 60px;
}

.colorbar {
background-color: #5F9B7D;
color: #FFFFFF;
text-align: center;
height: 40px;
}

/* this sets the properties of the main text area */

.maintext {
background-color: #FFFFFF;
color: #000000;
vertical-align: top;
text-align: justify;
width: 100%;
line-height: 22px;
padding-top: 5px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
}

.sidebar {
background-color: #C2C5B1;
color: #000000;
text-align: center;
vertical-align: top;
width: 300px;
}

.narrow {
background-color: #C2C5B1;
color: #000000;
width: 40px;
vertical-align: top;
}

.copyright {
font-size: 80%;
font-weight: bold;
letter-spacing: 2;
text-align: center;
}

.hottopic {
color: #000000;
font-size: 90%;
padding: 8px;
border: 1px dashed #000000;
}

.tiny {
font-size: 80%;
}