@charset "utf-8";



body {}

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

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

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

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

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

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

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

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