@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 13px/150% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
    color:#000000;
}

input, textarea
{
    font:normal 13px/150% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
}

h1
{
    font:normal normal bold 20px/140% Arial, Helvetica, sans-serif;
    color:#333333;
    
}

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

h3
{
    font:normal normal bold 12px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#333333;
    
}

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

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

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