@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 12px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#002A0B;
}

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

h1
{
    font:normal normal bold 20px/140% "Times New Roman", Times, serif;
    color:#2F7600;
    
}

h2
{
    font:normal normal normal 16px/140% "Times New Roman", Times, serif;
    color:#0C7600;
    
}

h3
{
    font:normal normal bold 14px/140% "Times New Roman", Times, serif;
    color:#109900;
    
}

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

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

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