/* this section sets the body properties */
BODY {
background-color : #455168;
font-family : Verdana, Arial, sans-serif;
font-size : 12px;
margin: 0px;
scrollbar-arrow-color: #FFFFFF;
scrollbar-face-color: #737da1;
scrollbar-3dlight-color: #737da1;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #737da1;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #455168;
margin-top: 20px;
margin-bottom: 20px;
}
/* this group sets the font size for paragraphs */
P, TD {
font-family : Verdana, Arial, sans-serif;
font-size : 12px;
}
.leftside {
font-family : Verdana, Arial, sans-serif;
text-align: justify;
background: #FFFFFF;
font-size: 12px;
line-height: 20px;
padding-left: 50px;
padding-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
}
/* this group sets the normal link colors */
A:LINK {
color : #6EB2A8;
text-decoration: none;
}
A:VISITED {
color : #B67A4A;
text-decoration : none;
}
A:HOVER {
color : #D7A379;
text-decoration : underline overline;
}
A:ACTIVE {
color : #6EB2A8;
text-decoration : none;
}
H1 {
font-size : 20px;
font-weight : bold;
color : #B67A4A;
}
H2 {
font-size : 18px;
font-weight : bold;
color : #B67A4A;
}
H3 {
font-size : 16px;
font-weight : bold;
color : #B67A4A;
}
H4 {
font-size : 14px;
font-weight : bold;
color : #B67A4A;
}
H5 {
font-size : 12px;
font-weight : bold;
color : #B67A4A;
}
H6 {
font-size : 10px;
font-weight : bold;
color : #B67A4A;
}
LI {
list-style-image : url('images/bullet.gif');
}
hr {
image: url('images/horizon.gif');
}
.tablebar {
text-align: center;
font-family : Verdana, Arial, sans-serif;
font-size: 10px;
letter-spacing: 3px;
color: #CDE3DE;
background: #2b3549;
line-height: normal;
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
padding-bottom: 3px;
border: 1px solid #000000;
}
.rightside {
font-family : Verdana, Arial, sans-serif;
background: #FFFFFF;
line-height: normal;
padding-left: 12px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
.special {
border-top: 1px solid #000000;
border-left: 1px solid #000000;
padding: 5px;
font-size: 10px;
}
.top:link { color: #CDE3DE; text-decoration: none; }  /* normal link color */
.top:visited { color: #CDE3DE; text-decoration: none; }  /* visited link */
.top:hover { color: #FFFFFF; text-decoration: underline overline; }  /* hover color */
.top:active { color: #CDE3DE; text-decoration: none; }  /* active link */