@charset "utf-8";



body {}

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

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

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

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

h3
{
    font:normal normal bold 16px/140% Helvetica, Arial, sans-serif;
    color:#00B70C;
    
}

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

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

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