.typography a, .typography a:link, .typography a:visited {
 color:#ff7e00;
 text-decoration:none;
}
.typography a:hover, .typography a:active {
 text-decoration:underline !important;
}
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6, .typography p, .typography address, .typography blockquote, .typography li, .typography li {
 font-family:Verdana, Arial, sans-serif;
 margin:0pt; padding:0pt;
}
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
 font-weight:bold;
}
.typography h1, .typography h5 {color: #ff7e00;}
.typography h2, .typography h3, .typography h4, .typography h6 {color: #00294b;}
.typography h1, .typography h2 {
 font-size:1.2em; padding:20px 0pt 15px 0px;
}
.typography h3 {
 font-size:1.1em; padding:15px 0pt 10px 0px; /*clear: both;*/
}
.typography h5, .typography h6 {
 font-size:0.8em; padding:15px 0pt 10px 0px;
}
.typography h4{font-weight: bold; /*color: #265F7A;*/ font-size:1.1em; padding:0px 0pt 10px 0px;}



.typography p {
 color:#00294b;
 font-size: 1em;
 margin-bottom:10px;
 line-height: 1.3em;
 margin-right: 35px;
}
.typography b, .typography strong {
 font-weight:bold;
}
.typography u {
 text-decoration:underline;
}
.typography em {
 font-style:italic;
}
.typography blockquote li, .typography blockquote p, .typography blockquote address, .typography blockquote th {
 margin-left: 20px; 
}
.typography address {
 font-size: 1em;
 font-style: normal;
 margin-bottom: 1em;
}
.typography ul, .typography ol {}
.typography ul li {
 list-style-image: none; list-style-position: outside; list-style-type: disc;
 margin-left: 15px; margin-bottom: 5px;
}
.typography ol li {
 list-style-image: none; list-style-position: outside; list-style-type: decimal;
}
.typography hr {
 border:1px solid #ff7e00;
}
.typography table {}
.typography th, .typography td {
 padding:0.2em;
}
.typography th {
background-color:#F0F0F0;
 color:#5F5F5F; font-weight:bold; text-align:left;
}
.typography td, .typography th {
 border-bottom:1px dotted #5F5F5F; border-right:1px dotted #5F5F5F;
}