/* sets the main body properties */
BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 80%;
margin: 0px;
background-color: #FFFFFF;
color:#000000;
scrollbar-arrow-color:#000000; 
scrollbar-face-color:#FDC65D; 
scrollbar-3dlight-color:#FDC65D; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#FCEED4; 
}

P, TD, LI, UL, Table {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

/* this group sets the normal link colors */
A:LINK {
color : #4C6DAA;
text-decoration: none;
font-weight: bold;
}
A:VISITED {
color : #000080;
text-decoration : none;
font-weight: bold;
}
A:HOVER {
color : #E20D37;
text-decoration : underline overline;
font-weight: bold;
}
A:ACTIVE {
color : #E20D37;
text-decoration : underline overline;
font-weight: bold;
}

/* We like to use headings for special effects */

H1 {
font-family: "Times New Roman", serif;
font-size: 20px;
font-weight: bold;
text-align: right;
letter-spacing: 3;
color: #3A8F55;
margin-bottom: 0px;

}

h2 {
font-family: "Times New Roman", serif;
text-align: left;
font-size: 18px;
font-weight: bold;
letter-spacing: 2;
color : #3A8F55;
border-bottom: 1px solid #3A8F55;
}

h3, h4, h5 {
font-family: "Times New Roman", serif;
font-size : 18px;
font-weight : bold;
color : #3A8F55;
}

h6 {
font-family: "Times New Roman", serif;
font-size: 16px;
font-weight: bold;
color: #000000;
width: 160px;
border-bottom: 1px solid #000000;
}

HR {
color: #000000;
height: 1px;
width: 100%;
}

/* special classes */

.colorbar {
background-color: #FDC65D;
color: #000000;
text-align: right;
width: 100%;
height: 120px;
}

.global {
background-color: #FFFFFF;
color: #000000;
width: 100%;
font-weight: bold;
height: 90px;
padding-top: 10px;
padding-right: 20px;
}

.left {
font-family: Verdana, Helvetica, sans-serif;
background-color: #FFFFFF;
color: #000000;
font-size: 100%;
vertical-align: top;
text-align: left;
line-height: 20px;
padding: 10px;
}

.left a:link { color: #000000; font: normal normal 100%/18px Verdana, Arial, sans-serif; text-decoration: none; width: 150px; padding: 3px; }
.left a:visited { color: #000000; font: normal normal 100%/18px Verdana, Arial, sans-serif; text-decoration: none; width: 150px; padding: 3px; }
.left a:hover { background: #FDC65D; color: #000000; font: normal normal 100%/18px Verdana, Arial, sans-serif; text-decoration: none; width: 150px; padding: 3px; border: 0px; } 
.left a:active { color: #000000; font: normal normal 100%/18px Verdana, Arial, sans-serif; text-decoration: none; width: 150px; padding: 3px; }

.hottopic {
font-size: 85%;
vertical-align: top;
line-height: 14px;
}

.main {
background-color: #FFFFFF;
color: #000000;
vertical-align: top;
text-align: justify;
line-height: 18px;
padding: 40px 20px 10px 20px;
}

.copyright {
background-color: #FDC65D;
color: #000000;
font-size: 90%;
font-weight: bold;
text-align: center;
padding: 10px;
height: 30px;
letter-spacing: 0;
}