﻿body {
    font-family:Arial;
    font-size:9pt;
}

h1 {
    color:#0495D4;
    text-decoration:none;
    font-family:Arial;
    font-weight:lighter;
}

h1, h2, h3, h4, h5, h6 {
    background-color: Transparent;
}


/***************************  Header   *******************************/
#Header{
    color: #00315B;
    font-weight:bold;
}
#Header p {
    line-height: 17px;
}
#Header h1 {
    color: #0D9CDA;
}
#Header a {
    color:#0F9DDA;
    text-decoration:none;
    font-family:Arial;
    /*font-size:13pt;
    font-weight:bold;*/
}

/***************************  Column 1  *****************************/
#Column1 {
    color: #515252;
    font-weight:normal;
}
#Column1content p {
    line-height: 17px;
    color: #515252;
}
#Column1 h3 {
    text-decoration:none;
    font-family:Arial;
    color: #515252;
}
#Column1content a { color: #04669D; }

/***************************  Column 2  *****************************/
#Column2 {
    color: #515252;
    /*font-weight:bold;*/
}
#Column2 h1 {
    padding: 0 0 3px;
    color: #0495d4;
    margin-top:-5px;
    background: url("../images/white_hr.jpg")0 100% repeat-x;
   
}
#Column2content p {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 17px;
}
#Column2content a { color: #195797; text-decoration: none; /*text-transform:uppercase;*/ }
#Column2content a:hover { text-decoration: underline; }


/***************************  Footer     *****************************/

#Footer ul li a, #Footer ul li a:visited {
   /*text-transform:uppercase;*/
   text-decoration:none;
   color:#9A9A9A;
   font-size: 8pt;
}

#Footer ul li a:hover {
   /*text-transform:uppercase;*/
    text-decoration:none;
    color:#0495D4 
}