body {
	margin: 0px; 
	topmargin: 0px;
	leftmargin: 0px;
	padding: 0px; 
	border: 0px; 
	background-color: #330000;
	}

a:link {
font-family: Arial, helvetica;
color: #660000;
font-weight: bold;
}
a:visited {
font-family: Arial, helvetica;
color: #660000;
font-weight: bold;
}

a:hover { text-decoration: none; }
.body { font-family: arial, helvetica; font-size: 9pt; color: #000000; }
.bodywhite { font-family: arial, helvetica; font-size: 9pt; color: #333333; }
.postdate { font-family: arial, helvetica; font-size: 9px; color: #000000; }
.newstitle { font-family: arial, helvetica; font-size: 10pt; color: #000000; font-weight: bold; }
.newsbody { font-family: arial, helvetica; font-size: 9pt; color: #000000; }
.envheader { font-family: arial, helvetica; font-size: 10pt; color: #660000; font-weight: bold; text-transform: uppercase; }
.notice { font-family: arial, helvetica; font-size: 8pt; color: #333333; }
.title { font-family: arial, helvetica; font-size: 11pt; color: #660000; font-weight: bold; text-transform: uppercase;}


A.menulink {
display: block;
text-align: center;
text-decoration: none;
font: bold 8pt arial;
color: #ffffcc;
BORDER: none;
background-color:#330000;
border: solid 1px #330000;
height: 15px;
padding: 0px;
}

A.menulink:hover {
color: #ffffcc;
background-color:#660000;
}




/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
  display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}

.tabberlive {
  margin-top: 1em;
  width: 99%;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
  margin:0;
  padding: 3px 0;
  border-bottom: 1px solid #778;
  font: bold 11px arial, sans-serif;
}

ul.tabbernav li {
  list-style: none;
  margin: 0;
  display: inline;
  font-family: arial, sans-serif;
}

ul.tabbernav li a {
  color: #330000;
  padding: 3px 0.5em;
  padding-top: 0.2em;
  margin-left: 3px;
  border: 1px solid #778;
  border-bottom: none;
  background: #ffffcc;
  text-decoration: none;
}


ul.tabbernav li a:hover {
  color: #ffffcc;
  background: #ff6600;
  border-color: #330000;
}

ul.tabbernav li.tabberactive a {
  color: #ffffcc;
  background-color: #330000;
  border-bottom: 1px solid #ffffcc;
}

ul.tabbernav li.tabberactive a:hover {
  color: #ffffcc;
  background: #330000;
  border-bottom: 1px solid #ffffcc;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
  padding: .5em .5em .5em .5em;
  border:1px solid #aaa;
  border-top:0;

  /* If you don't want the tab size changing whenever a tab is changed
     you can set a fixed height */

  /* height:200px; */

  /* If you set a fix height set overflow to auto and you will get a
     scrollbar when necessary */

  /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
  display:none;
}
.tabberlive .tabbertab h3 {
  display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
/* .tabberlive#tab1 {
}
.tabberlive#tab2 {
} */
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}