body {
  background-color: White;
  margin: 10px 10px 10px 10px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  font-size: 100%; /* IE hack */
  color: #110658;
}

hr {
  border: 0px;
  background-color: #428eff;
  color: #428eff;
  height: 1px;
}

table {
  margin: 0px;
  padding: 0px;
  border: 0px solid;
  border-spacing: 0px;
  border-collapse: collapse;
  font-size: 13px;
}

td {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0px none;
}

a:link {
  text-decoration: underline;
}

a:visited {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

a.FooterLink:link {
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
}

a.FooterLink:visited {
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
}

a.FooterLink:hover {
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: underline;
}

a.ContactsLink:link {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

a.ContactsLink:visited {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

a.ContactsLink:hover {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: underline;
}

h1 {
  padding-top: 7px;
  font-size: 20px;
}

h2 {
  padding-top: 5px;
  font-size: 17px;
}

.PageLayoutDiv { 
  text-align: center; 
}

.PageLayoutTable {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

/* Page Header & Footer */

.Logo {
  vertical-align: top;
  padding: 0px 10px 0px 0px;
}

.TitleImages {
  height: 83px;
}

.TopMenu {
  padding: 5px 0px 5px 0px;
}

.TopMenuBtn {
  text-align:center;
  vertical-align: middle;
  font: bold 12px tahoma,verdana,sans-serif;
}

.HeaderBar {
  padding: 3px 5px 3px 0px;
  background-color: #110658;
  text-align:right;
  color: white;
  font-size: 11px;
}

.FooterBar {
  width: 100%;
  background-color: #110658;
  color: white;
  font-size: 11px;
}

.FooterLeft {
  padding: 3px 5px 3px 5px;
  text-align:left;
}

.FooterCenter {
  padding: 3px 5px 3px 5px;
  text-align:center;
}

.FooterRight {
  padding: 3px 5px 3px 5px;
  text-align:right;
}

/* Main Column Sections */

.PageLayoutLeft {
  padding: 5px 10px 0px 0px;
  border: 0px solid Black;
  vertical-align: top;
  width: 185px;
}

.PageLayoutCentre {
  padding: 5px 0px 0px 0px;
  border: 0px solid Black;
  vertical-align: top;
}

/* Articles */

.ArticleTitle {
  padding: 20px 0px 5px 0px;
  font-size: 20px;
  font-weight: bold;
  vertical-align: top;
}

.ArticleAuthor {
  padding: 0px 0px 5px 0px;
  color: #838383;
  vertical-align: top;
}

.ArticleDate {
  color: #838383;
  text-align: right;
  vertical-align: top;
}

.ArticleIntroduction {
  vertical-align: top;
}

.ArticleImage {
  text-align: right;
  vertical-align: top;
  float: inherit;
}

.ArticleReadMore {
  padding: 5px 0px 0px 0px;
  font-size: 11px;
  text-align: right;
  vertical-align: top;
}

.PageTitle {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  width: 100%;
  background-color: #110658;
  height: 25px;
  color: #FFFFFF;
  vertical-align: middle;
}

.ArticlesFooter {
  margin: 10px 0px 5px 0px;
  font-size: 11px;
  width: 100%;
}

.ContactsBox {
  width: 200px;
  font-size: 13px;
  border: #110658 1px solid;
  background-color: #d6dff7;
}

.ContactHeading {
  font-weight: bold;
  padding: 2px 5px 1px 5px;
}

.ContactDetail {
  padding: 0px 5px 10px 5px;
}

.QBELogo {
  padding: 5px 0px 10px 0px;
}

.homeItem
{
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("/Images/blank-title.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 200px;
  height: 25px;
  cursor:pointer;
  text-indent:10px;
  margin-bottom: 5px;
}

a.HomeLink:link {
  color: #FFFFFF;
  text-decoration: none;
}

a.HomeLink:visited {
  color: #FFFFFF;
  text-decoration: none;
}

a.HomeLink:hover {
  color: #428eff;
  text-decoration: none;
}

a.TopMenuLink:link {
  color: #110658;
  text-decoration: none;
}

a.TopMenuLink:visited {
  color: #110658;
  text-decoration: none;
}

a.TopMenuLink:hover {
  color: #428eff;
  text-decoration: none;
}


.ListHeading {
  margin-top: 1em;
  font-weight: bold;
}

.BodyTextContainer{
  margin-top: 5px;
  width: 100%;
}

.BodyTextCell{
  vertical-align: top;
}

.PortfoliosBox {
  width: 300px;
  border: #110658 1px solid;
  margin-left: 10px;
}

.PortfoliosDetail {
  padding: 10px 5px 10px 5px;
}

ul {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 10px;
}

li {
  list-style: disc outside; 
  color: #110658;
}

.Italic {
  font-style: italic;
}

.ContentTable {
  width: 100%;
}

.ContentTableCent {
  width: 100%;
  text-align: Center;
}

.ContentTableSmall {
  width: 300px;
}

.ContentCell{
  vertical-align: top;
  padding-bottom: 5px;
}

.ContentCellLB{
  vertical-align: top;
  color: #428eff;
  padding-bottom: 5px;
  width: 30%;
}

.ContentDivider {
  width: 1px;
  text-align: Center;
  background-color: #428eff;
}

.ContentCellBorderTitle {
  background-color: #110658;
  color: #FFFFFF;
  vertical-align: top;
  font-weight: bold;
  padding: 2px 4px 2px 4px;
  border: #110658 1px solid;
}

.ContentCellBorder {
  vertical-align: top;
  padding: 2px 4px 2px 4px;
  border: #110658 1px solid;
}

/* Contacts */

.ContactCellTitle {
  background-color: #110658;
  color: #FFFFFF;
  vertical-align: top;
  font-weight: bold;
  padding: 2px 4px 2px 4px;
}

.ContactCell {
  vertical-align: bottom;
  padding: 0px 4px 1px 4px;
}

.ContactCellBold {
  font-weight: bold;
  vertical-align: bottom;
  padding: 3px 4px 1px 4px;
}

.ContactBorderEdge {
  width: 1px;
  background-color: #110658;
}

.ContactBorderBottom {
  height: 1px;
  background-color: #110658;
}

.ContactRedCellTitle {
  background-color: #FF0000;
  color: #FFFFFF;
  vertical-align: top;
  font-weight: bold;
  padding: 2px 4px 2px 4px;
}

.ContactRedBorderEdge {
  width: 1px;
  background-color: #FF0000;
}

.ContactRedBorderBottom {
  height: 1px;
  background-color: #FF0000;
}


/* Correspondents */ 

.CorrespSearch {
  width:300px;
}

.CorrespPort {
  background-color: #110658;
  color: #FFFFFF;
  vertical-align: top;
  font-weight: bold;
  padding: 1px 2px 1px 2px;
  width: 70%;
}

.CorrespTimeZone {
  background-color: #110658;
  color: #FFFFFF;
  text-align: right;
  vertical-align: top;
  font-weight: bold;
  padding: 1px 2px 1px 2px;
}

.CorrespCountry {
  vertical-align: top;
  font-weight: bold;
  font-size: 16px;
  padding: 1px 2px 1px 2px;
}

.CorrespDialCode {
  vertical-align: top;
  font-style: italic;
  text-align: right;
  padding: 1px 2px 1px 2px;
}

.CorrespCoName {
  vertical-align: top;
  font-weight: bold;
  padding: 1px 2px 1px 2px;
}

.CorrespLabel {
  vertical-align: top;
  padding: 1px 2px 1px 2px;
  width: 20%;
}

.CorrespCell {
  vertical-align: top;
  padding: 1px 2px 1px 2px;
}

.CorrespContact {
  vertical-align: top;
  padding: 1px 2px 1px 2px;
  border-bottom: 1px solid #555555;
  color: #555555;
}

.CorrespBreak {
  height: 5px;
}

.CorrespPortBreak {
  background-color: #110658;
  height: 3px;
}


/* Hover over Pop-ups */

.puDescriptionCont {
  position:absolute;  
  width:200px; visibility:hidden; 
  layer-background-color:#d6dff7; 
  z-index:200;
}

.puDescription     {
  width:150px; 
  left:0px; 
  top:0px; 
  overflow:hidden; 
  border: 1px solid #110658; 
  padding:3px; 
  font-size:11px; 
  background-color:#d6dff7; 
  layer-background-color:#d6dff7;
}

.puCaption         {
  position:absolute; 
  left:0px; 
  top:0px; 
  width:157px; 
  padding:2px 0px 2px 3px; 
  height:15px; 
  clip:rect(0px 157px 15px 0px); 
  font-size:11px; 
  background-color:#110658; 
  layer-background-color:#110658;
  color: #FFFFFF;
} 


