@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 11px/140% "Josefin Sans", sans-serif;
    color:#000000;
}

input, textarea
{
    font:normal 11px/140% "Josefin Sans", sans-serif;
}

h1
{
    font:normal normal normal 25px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#000894;
    text-align:center;
}

h2
{
    font:normal normal normal 17px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#0009BB;
    text-align:center;
}

h3
{
    font:normal normal bold 12px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#1E0096;
    text-align:center;
}

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

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

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