body, p, td, input { 
    font-family: "Segoe UI", Arial, Helvetica, sans-serif; 
    font-size: 13px;
}

h1 { 
    font-size: 17px; 
    color: #1E4678; 
    font-weight: normal;
}

h2 { 
    font-size: 15px; 
    color: #FF6400; 
    font-weight: normal;
}

h3 { 
    font-size: 15px; 
    color: #1E4678; 
    font-weight: normal;
}

p.copy {
    font-size: 13px; 
    color: #1E4678;
}

a:link { color: #1E4678; }
a:visited { color: #1E4678; }
a:focus { color: #1E4678; }
a:hover { color: #FF6400; }
a:active { color: #FF6400; }

a.navmainStandardLevel_1  { 
    text-decoration: none; 
}

hr {
    color:DEDEDE;
    width: 90%;
    text-align: left;
    margin-bottom: 20px;
}