@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 12px/150% Helvetica, Arial, sans-serif;
    color:#006093;
}

input, textarea
{
    font:normal 12px/150% Helvetica, Arial, sans-serif;
}

h1
{
    font:normal normal normal 16px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#00449b;
    
}

h2
{
    font:normal normal normal 14px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#0075b1;
    
}

h3
{
    font:normal normal bold 15px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#666666;
    
}

a:link,
a:visited
{
    text-decoration: underline; /* fix */
    color:#B00062;
}

a:active,
a:hover
{
    text-decoration:none; /* fix */
    color: #B00062;
}

div.hr
{
    border-bottom-style:solid;
    border-bottom-width:1px; /* fix */
    border-color: #0075B1;
    height: 1px;
}
