@charset "utf-8";



body {}

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

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

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

h2
{
    font:normal normal bold 16px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#91009A;
    
}

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

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

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

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