/*
*/
* {
    padding:0;
    margin:0;    
}
body *{
    font-size: 11px;
    line-height: 16px;
    font-family: Trebuchet MS, sans-serif;
}

p {
    margin:0;
    padding:0;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

li {
    margin-left:15px;
}
a {
    text-decoration:underline;
    color: #016ca3;
}

a:hover {
    color: #00ade3;
}

blockquote {
    margin-top:0 !important;
    margin-bottom:0 !important;
    margin-left:15px !important;
}

.Normal {
    font-family: Trebuchet MS, sans-serif;
    font-size:11px !important;
    line-height: 16px;
}

.Header_Text {
    font-family: Trebuchet MS, sans-serif;
    text-transform: uppercase;
    font-size:16px !important;
    color:rgb(0,71,108);
}

.Red_Head {
    font-family:Trebuchet MS, sans-serif;
    text-transform: uppercase;
    font-size:16px !important;
    color:rgb(144,0,40);
    letter-spacing:.1px;    
}

.Blue_Subhead {
    font-family: Trebuchet MS, sans-serif;
    text-transform: uppercase;
    font-size:11px !important;
    line-height: 16px !important;
    color:rgb(0,71,108);
    letter-spacing: 0;
    text-decoration:none;
}

.Blue_Subsubhead {
    font-family:Trebuchet MS, sans-serif;
    font-size:11px !important;
    line-height:16px !important;
    color:rgb(0,71,108);
    letter-spacing: 0;
    text-decoration:none;
}
.Notes {
    font-family: Trebuchet MS, sans-serif;
    font-size: 11px !important;
    line-height: 16px !important;
    color:rgb(139, 141, 144);
}

#blueline {
    border-left:solid 2pt rgb(0,46,87);
}

