h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 10px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", Verdana, sans-serif;
    color: #1f3e53;
}
p {
    font-size: 10pt;
}
a {
    color: #1f3e53;
    text-decoration: none;
}
a:hover {
    color: #6598b8;
    text-decoration: underline;
}
a img {
    border: none;
}
body {
    text-align: left;
    margin: 0;
    padding: 0 0 15px 0;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 10pt;
}
.header {
    font-size: 12pt;
    font-weight: bold;
    background-color: #999
}
.tableheader {
    font-size: 12pt;
    font-weight: bold;
    color: #FFF;
    background-color: #1f3e53;
}
.tableheader a {
    color: #FFF;
}
.tableheader a:hover {
    color: #FFF;
}
.tableheader a:visited {
    color: #FFF;
}
.tablesubheader {
    font-size: 11pt;
    font-weight: bold;
    color: #fff;
    background-color: #669ec3;
}
.subheader {
    font-size: 10pt;
    color: #FFF;
    background-color: #09C;
}
.rowcolor1 {
    background-color: #d0dde6;
}
.rowcolor2 {
    background-color: #eeeeee;
}
.errorheader {
    font-family: "Open Sans", verdana;
    font-size: 14pt;
    color: #F00;
}
.errortext {
    font-family: "Open Sans", verdana;
    color: #F00;
}
.bigerror {
    font-family: "Open Sans", verdana;
    color: #F00;
    font-size: 12pt;
}
.whitetext {
    color: #FFF;
    font-size: 9pt;
}
.lil {
    font-size: 8pt;
}
.lilbold {
    font-size: 8pt;
    font-weight: bold;
}
.lilred {
    font-size: 8pt;
    color: #F00;
}
.accentletter {
    font-family: "Open Sans", Verdana, Geneva, sans-serif;
    color: #1f3e53;
    font-size: 23pt;
    font-weight: bold;
}
.accenttext {
    font-family: "Open Sans", Verdana, Geneva, sans-serif;
    color: #1f3e53;
    font-size: 13pt;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 22px;
}
.bluecontent {
    font-family: "Open Sans", verdana;
    color: #1f3e53;
    font-size: 11pt;
}
.largewhite {
    font-family: "Open Sans", Verdana, Geneva, sans-serif;
    color: #fff;
    font-size: 18pt;
    font-weight: bold;
}

/* testimonials */

#testi {
    margin: 15px 0 0 0;
    float: right;
    width: 240px;
    color: #000;
}
#testi h2 {
    margin: 0;
    padding: 0 0 8px 0;
    font-weight: bold;
    font-size: 12pt;
    color: #1f3e53;
    letter-spacing: -1px;
}
#testi ul {
    margin: 0;
    padding: 0 0 5px 0;
}
#testi li {
    margin-bottom: 20px;
    list-style: none;
    font-size: 9pt;
}
#testi li ul {
    padding: 0;
}
#testi ul ul li {
    margin: 0;
    padding: 2px 2px 2px 16px;
    color: #eee;
    background: url(/images/bullet.gif) left 8px no-repeat;
    line-height: 17px;
}
#testi a {
    display: inline;
    color: #1f3e53;
}
#testi a:hover {
    color: #6598b8;
    text-decoration: underline;
}

/* Before footer */

#prefoot {
    text-align: left;
    padding: 15px;
    margin: 0 0 10px 0;
}
#prefoot p {
    margin: 5px 0;
    padding: 5px 0;
}
#prefoot ul {
    list-style-type: none;
    margin-top: 5px;
    padding: 10px;
    margin: 0px;
}
#prefoot ul li,
#prefoot p {
    font-size: 9pt;
}
#prefoot a {
    text-decoration: none;
    color: #ddd;
}
#prefoot a:hover {
    text-decoration: underline;
    color: #6598b8;
}
#prefoot h3 {
    font-size: 12pt;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: -1px;
    border-bottom: 1px dotted #ffffff;
    margin: 0;
    padding: 0 0 2px 0;
}
#prefoot li {
    padding-left: 20px;
    margin-bottom: 5px;
    background: url(/images/more.gif) left 2px no-repeat;
    line-height: 17px;
}

/* footer*/

.footer {
    padding: 5px 10px 5px 10px;
    font-size: 9pt;
    color: #ffffff;
    text-align: left
}
#footer {
    background: #152734;
    padding: 15px 15px 10px 15px;
}
#footer p {
    font-size: 9pt;
    color: #ffffff;
    padding: 0;
}
#footer a {
    color: #bbb;
    text-decoration: underline;
}
#footer a:hover {
    color: #fff;
}