/**
 *******************************************************************************
 * Section I: Normal Content Styles (default tag styles)
 *******************************************************************************
*/

body {
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 11px;
}
a, a:active, a:visited {
    color: #a6e1ff;
    text-decoration: none;
    border-bottom: solid 1px #5a6b98;
}
a:hover {
    color: #7891af;
    text-decoration: none;
    border-bottom: solid 1px #d9edff;
}
p {
    padding: 2px 5px 2px 5px;
}
h1 {
    color: #4dc2ff;
    font-size: 22px;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 5px 5px;
    text-decoration: none;
    font-family: tahoma, sans-serif;
    letter-spacing: -1px;
    font-weight: normal;
}
h2 {
    font-size: 16px;
    margin: 5px 0px 10px 0px;
    text-decoration: none;
    white-space: nowrap;
    font-family: arial, tahoma, sans-serif;
    letter-spacing: -1px;
    color: #ffffff;
}
h3 {
    font-size: 14px;
    margin: 5px 0px 10px 0px;
    text-decoration: none;
    white-space: nowrap;
    font-family: arial, tahoma, sans-serif;
    letter-spacing: -1px;
    color: #ffffff;
}
h4 {
    font-size: 15px;
    margin: 2px 0px 10px 0px;
    text-decoration: none;
    white-space: nowrap;
    color: #545454;
}
h5 {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 13px;
    margin: 2px 0px 8px 0px;
    text-decoration: none;
    background-image: url(images/h5.gif);
    background-repeat: no-repeat;
    padding-left: 21px;
    white-space: nowrap;
}
h6 {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 13px;
    margin: 2px 0px 2px 0px;
    text-decoration: none;
    white-space: nowrap;
}