@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Droid+Sans%3A400%7CRaleway%3A100);

body {}

body, p, table, td
{
    font:normal 15px/160% Helvetica, Arial, sans-serif;
    color:#333333;
}

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

h1
{
    font:normal normal normal 25px/140% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
    color:#126f0d;
    
}

h2
{
    font:normal normal normal 19px/140% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
    color:#126f0d;
    
}

h3
{
    font:normal normal normal 19px/140% "Droid Sans", sans-serif;
    color:#333333;
    
}

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

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

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