/* Styles applied to HTML elements */


body {
   background: white;
   font-size: 12pt;
   }

#LayerNavigation {
   display: none;
   }
   
 .colorband TD {
    border-bottom:solid;
    border-bottom-width:thin;
    color:black;
    font-weight:bold;
    padding-left:5px;
    background: #cccccc;
}
  
.tablecellselect {  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #000000; text-decoration: none; cursor: hand}
.tableheaders {  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none}
.tablecell, TD, .tableheaders TD  {  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
text-decoration: none}

.menucolumn{ 
	background: transparent none; 
	width: 1; }
	
 .menuitem {
 	display: none;
 }
   
#content {
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
   color: black;
   background: transparent none;
   }

/* used to force a page break when printing might not always be a good thing */
P.breakhere {
 page-break-before: always
 }
/*div#content {
	margin-left: -10%;
	}*/

#topgraphic {
  display: none;
}
#pubinfo {
  display: none;
}
#menu {
  display: none;
}

#inputForm {
  display: none;
}

#footer1 {
  display: none;
}

#footer2 {
  display: none;
}
   


