body {
  margin: 0px;
  font-family: 'trebuchet ms', verdana, sans-serif;
  font-size: 11pt;
  color: #333;
  text-align: center;
}

.small {
  font-size: 9pt;
  color: #888;
}

.verysmall {
  font-size: 8pt;
  color: #888;
}

.inactive {
  color: #888;
}

span.rightsub {
  font-size: 12pt;
  font-weight: bold;
  color: #888;
  padding-left: 20px;
}

a:link {
  color: #284ba5;
}

a:visited {
  color: #6d4ba5;
}

a:active {
  color: #4d5ce0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: georgia, serif;
  color: #284ba5;
}

h1 {
  font-size: 16pt;
  font-weight: bold;
}

h2 {
  font-size: 13pt;
  font-weight: bold;
}

.sectiontitle {
  margin-top: 0px;
}

h3 {
  font-size: 13pt;
  font-weight: normal;
}

h4 {
  font-size: 11pt;
  font-weight: bold;
}

h5, h6 {
  font-size: 11pt;
  font-weight: normal;
}

th.formcaption {
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}

hr.simple {
  border: 0;
  border-bottom: 2px dotted #cecece;
}

/* Page Body */

div.pagecontainer {
  margin-left: auto;
  margin-right: auto;
  width: 751px;
  text-align: left;
}

div.rightbar {
  float: right;
  width: 249px;
}

div.main {
  float: left;  
  width: 500px;
  border-right: 1px solid #cecece;
  min-height: 400px;
  height: auto !important;
  height: 400px;
  padding-top: 10px;
}

div.mainbody {
  padding-right: 30px;
  text-align: justify;
}

div.quote {
  float: right;
  padding-left: 20px;
  padding-bottom: 10px;
  font-size: 9pt;
  font-style: italic;
  font-family: georgia, serif;
}

.flash {
  border: 3px dotted #b33;
  background-color: #ecc;
  margin: 10px;
  padding: 5px;
  font-weight: bold;
}

div.sidebarbox {
  padding: 20px;
}

div.sidebarfeaturebox {
  background-image: url('/images/sidebarfeature.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  border-bottom: 2px dotted #cecece;
  padding: 20px;
  height: 120px;
}

/* Header */

div.header {
  margin: 0px;
}

div.buttonbar {
  min-height: 5px;
  margin-top: -2px;
  margin-bottom: 0px;
  background-color: #cecece;
  border-bottom: 1px solid white;
  margin-bottom: -1px;
}

div.buttonbarcontainer {
  width: 750px;
  margin-right: auto;
  margin-left: auto;
}

table.buttonbar {
  height: 24px;
  margin-top: 2px;
  margin-bottom: -1px;
  border-width: 0px;
  padding: 0px;
}

td.buttonbarinactive {
  background-image: url('/images/button-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  border-spacing: collapse;
  width: 74px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0px;
  font-weight: bold;
  font-size: 9pt;
  text-align: center;
}

td.buttonbarinactive a:link { color: #555; text-decoration: none; }
td.buttonbarinactive a:visited { color: #555; text-decoration: none; }
td.buttonbarinactive a:active { color: #4d5ce0; }
td.buttonbarinactive a:hover { text-decoration: underline; }


td.buttonbaractive {
  background-image: url('/images/buttonactive-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  width: 74px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0px;
  font-weight: bold;
  font-size: 9pt;
  text-align: center;
  color: #284ba5;
}

td.buttonbaractive a:link { color: #284ba5; text-decoration: none; }
td.buttonbaractive a:visited { color: #284ba5; text-decoration: none; }
td.buttonbaractive a:active { color: #4d5ce0; }
td.buttonbaractive a:hover { text-decoration: underline; }


td.buttonbarspacer {
  width: 364px;
}


table.header {
  border-width: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
  width: 100%;
}

td.headerbg {
  background-image: url('/images/headbg.jpg');
  background-repeat: repeat-x;
  height: 96px;
  padding: 0px;
}

td.headertitle {
  background-image: url('/images/title.jpg');
  height: 96px;
  width: 428px;
  padding: 0px;
  margin-left: -2px;
  margin-right: -2px;  
}

div.footer {
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  color: #888;
  text-align: center;
  border-top: 1px solid #cecece;
}

td.entiredate {
  padding-left: 10px;
}
