/* this group sets the basic colors */

BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 80%;
background-color: #FFFFFF;
color:#000000; 
scrollbar-arrow-color:#000000; 
scrollbar-face-color:#0099CC; 
scrollbar-3dlight-color:#0099CC; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#C0C0C0; margin-left:0px; margin-right:0px; margin-top:10px; margin-bottom:10px 
}

P, TD, LI, UL, Table {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

A:LINK {
color : #000000;
text-decoration: none;
font-weight: bold;
}
A:VISITED {
color : #000000;
text-decoration : none;
font-weight: bold;
}
A:HOVER {
color : #0099CC;
text-decoration : underline;
font-weight: bold;
}
A:ACTIVE {
color : #0099CC;
text-decoration : ;
font-weight: bold
}

A.bluebkgd:LINK {
color : #000000;
text-decoration: none;
font-weight: bold;
}
A.bluebkgd:VISITED {
color : #000000;
text-decoration : none;
font-weight: bold;
}
A.bluebkgd:HOVER {
color : #FFFFFF;
text-decoration : underline;
font-weight: bold;
}
A.bluebkgd:ACTIVE {
color : #FFFFFF;
text-decoration : ;
font-weight: bold
}

H1 {
font-size: 22px;
font-weight: normal;
letter-spacing: 3;
color: #314695;
margin-left: -30px;
}

H2 {
font-size : 18px;
font-weight : normal;
color : #314695;
}

h3, h4, h5 {
font-size : 110%;
font-weight : bold;
color : #0099CC;
}

h6 {
font-size: 18px;
font-weight: normal;
letter-spacing: 3;
color: #314695;
}

HR {
color: #899297;
height: 1px;
width: 100%;
}

/* This area sets the special classes */

.tabs {
background-image: url('images/tab_ltbl2.gif');
background-repeat : no-repeat;
text-align: center;
font-size: 95%;
font-weight: bold;
width: 100px;
height: 30px;
padding-top: 10px;
display: block
}

/* This sets the special tab area link properties */
a.tabs:link {
background-image: url('images/tab_ltbl2.gif');
text-decoration: none;
color:#000000
}

a.tabs:active {
background-image: url('images/tab_ltbl2.gif');
text-decoration: none;
color: #000000
}

a.tabs:visited {
background-image: url('images/tab_ltbl2.gif');
text-decoration: none;
color: #000000
}

a.tabs:hover {
background-image: url('images/tab_grn.gif');
text-decoration: none;
color: #FFFFFF
}

.thinline {
background-color: #4863C6;
color: #000000;
width: 100%;
height: 10px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}

.topline {
background-color: #000000;
color: #000000;
width: 100%;
height: 10px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}
/* this sets the properties of the main text area */

.main {
background-color: #FFFFFF;
color: #000000;
vertical-align: top;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
text-align: justify;
width: 100%;
line-height: 22px;
}

.center {
padding:10px; background-color: #FFFFFF;
border-right: 1px solid #000000;
color: #000000;
vertical-align: top;
text-align: justify;
width: 100%;
line-height: 22px
}

.leftside {
background-color: #OO66FF;
color: #000000;
vertical-align: top;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
text-align: justify;
width: 180px;
line-height: 22px;
}

.rightside {
background-color: #OO66FF;
color: #000000;
vertical-align: top;
padding-top: 10px;
padding-right: 8px;
padding-bottom: 10px;
padding-left: 8px;
text-align: justify;
width: 180px;
line-height: 22px;
}

.copyright {
color: #000000;
font-size: 80%;
font-weight: bold;
letter-spacing: 2;
text-align: left;
padding: 4px;
}