@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Source+Sans+Pro%3A400);

body {}

body, p, table, td
{
    font:normal 19px/170% "Source Sans Pro", sans-serif;
    color:#000000;
}

input, textarea
{
    font:normal 19px/170% "Source Sans Pro", sans-serif;
}

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

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

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

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

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

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