/* CSS Document */
/********BEGIN LAYOUT STYLES********/
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt;
}
table.PageBoundingBox {
 width: 100%;
}
div.Header {
 visibility: hidden;
 display: none;
}
div.Footer {
 width: 100%;
 height: 40px;
}
div.FooterContent {
 padding: 5px 0px 0px 0px;
 margin: 20px 25px 25px 25px;
 text-align: center;
 font-size: 8pt;
 border-top: 4px solid #0D64A9;
}
div.LSBNav, div.LSBNavtop, div.LSBNavbottom, div.headerImage {
 visibility: hidden;
 display: none;
}
table.ContentBoundingBox td.LSB {
display: block;
clear: both;
}
table.ContentBoundingBox td.MainContent {
clear: left;
}

table.Sponsors {
 width: 100%;
 border: 2px solid #F4B63B;
}
table.Sponsors td {
 padding: 5px;
}
/********BEGIN PAGE STYLES********/
h1 {
 font-weight: bold;
 font-size: 13pt;
 border-bottom: 1px dotted #000000;
 margin: 5px 0px 0px 0px;
 padding: 5px 0px 3px 0px;
}

p {
 margin: 5px 0px 15px 0px;
}
p.Quote {
 color: #0D64A9;
 font-style: italic;
 font-weight: bold;
 margin: 15px 0px 10px 0px;
}