/* sets the main body properties */
BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 80%;
margin: 10px;
background-color: #FFFFFF;
color:#000000;
scrollbar-arrow-color:#FFFFFF; 
scrollbar-face-color:#445FC2; 
scrollbar-3dlight-color:#B5C5FE; 
scrollbar-highlight-color:#7593FF; 
scrollbar-shadow-color:#OD2786; 
scrollbar-darkshadow-color:#OB1D5C; 
scrollbar-track-color:#F2F6FE; 
}

P, TD, LI, UL, Table {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

/* this group sets the normal link colors */
A:LINK {
color : #4D41CE;
text-decoration: none;
font-weight: regular;
}
A:VISITED {
color : #000094;
text-decoration : none;
font-weight: regular;
}
A:HOVER {
color : #800060;
text-decoration : underline overline;
font-weight: regular;
}
A:ACTIVE {
color : #800060;
text-decoration : underline overline;
font-weight: regular;
}

/* We like to use headings for special effects */

H1 {
font-family: "Verdana";
font-size: 12px;
font-weight: bold;
text-align: right;
letter-spacing: 3;
color: #000094;
margin-bottom: 0px;
}

h2 {
font-family: "Verdana";
text-align: left;
font-size: 11px;
font-weight: bold;
letter-spacing: 2;
color : #000094;
border-bottom: 1px solid #000094;
}

h3, h4, h5 {
font-family: "Verdana";
font-size : 10px;
font-weight : bold;
color : #000094;
}

h6 {
font-family: "Verdana";
text-align: right;
font-size: 10px;
font-weight: bold;
color: #000094;
border-bottom: 1px solid #000000;
}

HR {
color: #000000;
height: 1px;
width: 100%;
}

/* special classes */

.globalbar {
background-color: #F2F6FE;
color: #000094;
width: 100%;
text-align: right;
font-size: 80%;
font-weight: regular;
height: 20px;
padding: 3px 20px 3px 3px;
border-bottom: 1px solid #808080;
}

.bannerbar {
background-color: #F2F6FE;
color: #000094;
text-align: right;
font-size: 100%;
font-weight: bold;
letter-spacing: 3;
width: 100%;
height: 20px;
padding: 3px 20px 3px 3px;
border-top: 1px solid #808080;
border-bottom: 1px solid #808080;
}

.logoarea {
background-color: #FFFFFF;
color: #000094;
height: 80px;
width: 100%;
text-align: right;
}

.left {
font-family: Verdana, Helvetica, sans-serif;
background-color: #F2F6FE;
color: #000094;
vertical-align: top;
text-align: left;
width: 150px;
padding-bottom: 20px;
border-right: 1px solid #808080;
}

.left a:link { color: #4D41CE; font: normal normal 100%/18px Verdana, Arial, sans-serif; text-decoration: none;}
.left a:visited { color: #000094; font: normal normal 100%/18px Verdana, Arial, sans-serif; text-decoration: none;}
.left a:hover { background-color: #E0B8D8; color: #800060; font: normal normal 100%/18px Verdana, Arial, sans-serif; text-decoration: none; width: 150px;}
.left a:active { color: #000000; font: normal normal 100%/18px Verdana, Arial, sans-serif; text-decoration: none;}

.hottopic {
font-family: Verdana, Helvetica, sans-serif;
background-color: #F2F6FE;
color: #000000;
font-size: 85%;
vertical-align: top;
text-align: left;
width: 150px;
margin: 10px;
padding: 5px;
}

.right {
font-family: Verdana, Helvetica, sans-serif;
background-color: #F2F6FE;
color: #000000;
font-size: 100%;
vertical-align: top;
text-align: right;
line-height: 20px;
width: 170px;
padding: 4px;
border-left: 1px solid #808080;
}


.main {
background-color: #FFFFFF;
color: #000000;
vertical-align: top;
text-align: justify;
line-height: 20px;
padding: 20px;
}

.copyright {
background-color: #F2F6FE;
color: #000000;
font-size: 60%;
font-weight: normal;
text-align: center;
height: 12px;
width:  100%;
letter-spacing: 1;
border-top: 1px solid #808080;
border-bottom: 1px solid #808080;
}