h1
{
    font-family: Arial;
    font-size: 18pt;
    color: #007FFF;
    padding-bottom: 25px;
}
h2
{
    font-family: Arial;
    font-size: 14pt;
    color: #000000;
}
.bluelink a
{
    font-family: Arial;
    font-size: 9pt;
    color: #2E719E;
    border-bottom: 2px dotted #2E719E;
    text-decoration: none;
}
.bluelink a:hover
{
    font-family: Arial;
    font-size: 9pt;
    color: #2E719E;
    border-bottom: 2px solid #2E719E;
    text-decoration: none;
}
.blue_arrow_list
{
    list-style-image: url(  '../images/ul_arrow_blue.png' );
    color: #2E719E;
    font-size: 9pt;
    list-style-position: outside;
    margin: 0;
    margin-left: 18px;
    padding: 0;
    padding-bottom: 5px;
}
.blue_arrow_list li
{
    padding-bottom: 5px;
}
.blue_arrow_list a
{
    color: #2E719E;
    text-decoration: none;
}
.blue_arrow_list a:hover
{
    text-decoration: underline;
}
.pc_head
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
}
.botbar_txt1
{
    color: #8E9EAA;
    padding-left: 65px;   
}
.botbar_txt1 a
{
    color: #8E9EAA;
    text-decoration: none;
}
.botbar_txt1 a:hover
{
    color: #8E9EAA;
    text-decoration: underline;
}
.georgia
{
    font-family: Georgia, Arial;
    font-size: 10pt;
}