H1 {
   font-weight:bold;
   font-size:20px;
   line-height:30px;
   color:#000066;
   font-family:Arial, Helvetica, sans-serif;
   margin-top:10px;
   margin-bottom:10px;
}
H2 {
   font-weight:bold;
   font-size:16px;
   line-height:18px;
   color:#003300;
   font-family:Arial, Helvetica, sans-serif;
   margin-top:5px;
   margin-bottom:5px;
}
H3 {
   font-weight:bold;
   font-size:14px;
   line-height:16px;
   color:#990000;
   font-family:Arial, Helvetica, sans-serif;
   margin-top:5px;
   margin-bottom:5px;
}
H4 {
   font-weight:bold;
   font-size:10px;
   line-height:12px;
   color:#003333;
   font-family:Arial, Helvetica, sans-serif;
   margin-top:5px;
   margin-bottom:5px;
}

blockquote {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
    text-align: justify;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
    text-align: justify;
}

td, th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: #333333;
}

.bgfill {
    background-image: url(images/hback.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

form {
    background-color: #CCCC99;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    border-style: groove;
    border-color: #CCCC99;
    border-width: thin;
}
input {
    background-color: #eeffff;
    font-family: Arial, Helvetica, sans-serif;
    color: darkblue;
    font-size: 10px;
}
textarea {
    background-color: #eeffff;
    font-family: Arial, Helvetica, sans-serif;
    color: darkblue;
    font-size: 10px;
}


a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: darkblue;
    margin-left:2px;
    margin-bottom:2px;
    margin-top:2px;
    text-align: left;
    text-decoration: none;
}

a:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: darkgreen;
    margin-left:2px;
    margin-bottom:2px;
    margin-top:2px;
    text-align: left;
}
a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: darkblue;
    margin-left:2px;
    margin-bottom:2px;
    margin-top:2px;
    text-align: left;
    text-decoration: none;
}
a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: darkblue;
    margin-left:2px;
    margin-bottom:2px;
    margin-top:2px;
    text-align: left;
    text-decoration: none;
}
a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: darkred;
    margin-left:2px;
    margin-bottom:2px;
    margin-top:2px;
    text-align: left;
}

.smallLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    line-height: 9px;
    text-align: right;
}

.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    background-color: #006666;
    color: #DCDCDC;
}

.subtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
        color: #006666;
}

.header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-color: #ffffff;
    text-align: center;
}


.nav {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: darkblue;
    margin-left:5px;
    margin-bottom:2px;
    margin-top:2px;
    text-align: left;
}

.sidebar {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding: 3px;
    background-color: #FFFFFF;
}

.sidebarHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-wight: bold;
    line-height: 14px;
    background-color: #b0c4de;
    margin-top: 5px;
    margin-botton: 5px;
    text-align: center;
}

.sidebarFooter {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    background-color: #CCCCCC;
    margin-top: 5px;
    margin-botton: 5px;
}

.footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    color: #333333;
    background-color: #CCCCCC;
}

.legal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #333333;
}

.box1 {
    border-color: #CCCCCC #333333 #333333 #CCCCCC;
    border-width: medium;
    border-style: ridge;
}

.promo {
    font-family: Times New Roman, Times, serif;
    color: #000033;
}

.titlebar {
    font-family: Times New Roman, Times, serif;
    font-size: 9px;
    color: #FFFFFF;
    background-color: #336699;
}

.dingbat {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #99CC99;
    color: #006666; 
    font-weight: bolder;
    font-size: medium;
}


