* {margin: 0; padding: 0;}
body {margin: 0; padding:0; background: #efefef;}
h1 {font: normal 25px Georgia, "Trebuchet MS", Arial, Sans-Serif; color: #fff; margin: 0 0 0 30px;}
h2 {font: bold 20px Arial, "Trebuchet MS", Arial, Sans-Serif; color: #222; }
.clear {clear: both;}
a {outline: none;}


/* CONTAINER */
#container {width: 1000px; margin: 15px auto; /* Right and left margin widths set to "auto" */ border: 2px solid #dedede; background: #fff; padding: 0;}


/* HEADER */
#header {background: #212121; padding: 20px 0px 0 0px; margin: 0;}


/* BODY */
#body {padding: 20px; }
#bodyLeft {float: left; margin: 0 0 0 10px;}
#bodyRight {float: right; width: 200px; text-align: right; margin: 0 10px 0 0;}


/* GRAPHS */
table { margin: 20px 0 0 0; width: 100%; }
td { background: #fff; border: 1px solid #bbb; padding: 10px 5px 10px 5px; }
td div.bluff-wrapper { margin: 0px auto; }
div.pageBreaker { page-break-after: always; }



/* TABBED MENU */
#tabs1 {
  float:left;
  width:100%;
  background:#DFEBFF;
  font-size:93%;
  line-height:normal;
  border-bottom:0px solid #BCD2E6;
  margin: 15px 0 0 0;
  }
#tabs1 ul {
  margin:0;
  padding:10px 10px 0 30px;
  list-style:none;
  }
#tabs1 li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs1 a {
  float:left;
  background:url("/cm/images/tableft1.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  border-bottom:1px solid #BCD2E6;
  }
#tabs1 a span {
  float:left;
  display:block;
  background:url("/cm/images/tabright1.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  font: bold 11px verdana, serif;
  color:#2F7BFF;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs1 a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  color:#627EB7;
  }
#tabs1 a:hover {
  background-position:0% -42px;
  }
#tabs1 a:hover span {
  background-position:100% -42px;
  }

#tabs1 a.current {border-bottom: 1px solid #fff; color: #000;}
#tabs1 a.current span {color: #000;}
#tabs1 a.current:hover {
  background-position:left top;
  }
#tabs1 a.current:hover span {
  background-position: left top;
  }
