/* this section sets the body properties */
BODY {
background-color : #FFFFFF;
font-family : Verdana, Arial, sans-serif;
font-size : 10pt;
color: #000000;
margin: 10px;
scrollbar-arrow-color: #FFFFFF;
scrollbar-face-color: #006666;
scrollbar-3dlight-color: #006666;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #006666;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #FFFFFF;
}
/* this group sets the font size for paragraphs */
P, TD {
color: #000000;
font-family : Verdana, Arial, sans-serif;
font-size : 10pt;
}
/* this group sets the normal link colors */
A:LINK {
color : #006666;
text-decoration: none;
}
A:VISITED {
color : #006666;
text-decoration : none;
}
A:HOVER {
color : #009999;
text-decoration : underline;
}
A:ACTIVE {
color : #009999;
text-decoration : none;
}

H1 {
font-size : 20px;
font-weight : bold;
color : #006666;
}
H2 {
font-size : 18px;
font-weight : bold;
color : #006666;
}
H3 {
font-size : 16px;
font-weight : bold;
color : #006666;
}
H4 {
font-size : 14px;
font-weight : bold;
color : #006666;
}
H5 {
font-size : 12px;
font-weight : bold;
color : #006666;
}
H6 {
font-size : 10px;
font-weight : bold;
color : #006666;
}
LI {
list-style-image : url('images/bullet.gif');
}
HR {
color: #006666;
height: 1px;
width: 100%;
}
.toptable {
font-family : Verdana, Arial, sans-serif; color: #BDD89A;
border: 1px solid #000000;
background: #0066666;
background-image: url('images/topimage.gif'); /* sets the background image */
background-position: bottom right; /* positions the background image */
background-repeat: no-repeat;
line-height: normal;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
.leftside {
font-family : Verdana, Arial, sans-serif;
text-align: justify;
border: 1px solid #000000;
background: #FFFFFF;
background-image: url('images/mainimage.gif'); /* sets the background image */
background-position: bottom left; /* positions the background image */
background-repeat: no-repeat;
line-height: 25px; /* sets the spacing between lines */
padding-left: 120px;
padding-right: 20px;
}
.rightside {
font-family : Verdana, Arial, sans-serif;
border: 1px solid #000000;
background: #FFFFFF;
line-height: normal;
padding-left: 10px;
padding-right: 10px;
}
.special {
border-left: 1px dotted #000000;
border-top: 1px dotted #000000;
padding-left: 5px;
padding-top: 5px;
}
.top:link { color: #006666; text-decoration: none }  /* normal link color */
.top:visited { color: #000000; text-decoration: none }  /* visited link */
.top:hover { color: #FFFFFF; text-decoration: underline overline }  /* hover color */
.top:active { color: #FFFFFF; text-decoration: none }  /* active link */