﻿body {
    font-family: "Segoe UI", Tahoma, Helvetica;
    font-size: 13px;
    font-weight: 400;
}

h1.mainHeader {
    color: #27458e;
    font-weight: 300;
    margin-bottom: 10px;
    font-size:28px;
}

h2 {
     font-weight: 300;
     color:#27458e;
     font-size:20px;
     border-bottom:2px solid #27458e;
     margin:0;
     padding:0 0 3px 0;
}

h3 {
     margin: 1px 0 20px 0!important;
     font-weight: 200;
     color:#888;
}

h4 {
     margin: 20px 0 4px 0!important;
     font-weight: 300;
     font-size: 15px;
     color:#2a4a19;
     border-bottom:1px solid #ddd;
     padding:0 0 3px 0;
}

h5 {
     margin: 20px 0 4px 0!important;
     font-weight: 400;
     font-size: 15px;
     color:#27458e;
}

a {
    color: #416a1d;
    text-decoration:none;
}

a:visited {
}

a:hover {
    color: #99bbbf;
    text-decoration:underline;
}

hr {
    color: #ddd;
    background-color: #ddd;
    width: 100%;
    height:1px;
    border: 0;
}

p {
    margin-top:4px;
}