@charset "utf-8";
/* CSS Document */
body {
text-align: left;
margin: 0;
background-colour: #f2f3f4;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.imgBox {
margin: 0 0px 0 10px;
border: 0;
width: auto;
float: right;
display: table;
height: auto;
clear: both;
}

.content a:link, .content a:active, .content a:visited   {
text-decoration: none;
color: #333333;
}
.content a:hover {
text-decoration: none;
color: #436F88;
}

.copyRight {
float: right;
font-size: 9px;
padding-right: 20px;
color: #cccccc;
height: 16px;
vertical-align:top;
margin-top: -15px;
}
.mainHeader {
text-align:left;
font-size: 18px;
color: #436F88;
margin-bottom: 5px;
font-weight: bold;
padding: 5px 10px 5px 0px;
}
.subHeader {
text-align:left;
font-size: 12px;
color: #666666;
margin-bottom: 5px;
font-weight: bold;
padding: 5px 10px 5px 0px;
}

h1.headline {
font-size: 18px;
color: #436F88;
margin-bottom: 5px;
font-weight: bold;
}

.content {
text-align: left;
color: #333333;
font-size: 11px;
padding: 0 5px 0 0px;
margin: 0;
display: table;
height: auto;
clear: both;
}

