body {
	color: white;
	background-color: transparent;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 80%;
}

h1 {
  margin: 15px 0;
}

h1,h2, h3, h4, h5, h6 {
  color: black;
  font-size: 11pt;
  background-color: transparent;
  border: none;
}


#header {
  width: 100%;
  text-align: center;
  overflow: hidden;
  background-color: transparent;
  border-bottom: 2px outset black;
}
#header h1 {  
  color:black;
  text-align:left;
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  display: inline;
  background-color: transparent;
  margin: 0;
  font-size: 12pt;
}
#header p {
  display: inline;
  margin: 10px;
  text-align: right;
  font-size: 9pt;
  font-weight: bold;
  color: black;
}
#header ul {
  display: none;
}

#skipnav {
  display:none;
}
p {margin: 5px 0 15px 0;}
p, li, blockquote, td, input, th, select {}
p.error {background-color: white; color: black; font-weight: normal;}

#subfooterright {
  display:none;
}
#content {
  border:none;
}
div#content ul li a {
  background-color: transparent;
}
div#content ul li a:hover {
  display: none;
}
	
#welcome {
  display: none;
}

#navcontainer { 
  display: none;
}

#subnavcontainer { 
  display: none;
}

#bottomFrame {
	display: none;
}

#help {
  display: none;
}
#closeHelp {
  display: none;
}
.closeHelp {
  display: none;
}
/*END bottomframe styles*/


/*BEGIN table styles */
.tabular th, 
.tabular td {
   padding: 6px !important;
   margin: 0;
   border: none;
   color: black; 
   background-color: transparent;
}
/*END table styles*/


/*BEGIN Miscellaneous Styles*/
#submitbuttons, .submitbuttons {
	display:none;
}
/*give all buttons (except on type="file") a common look*/
.buttons,
.buttonslarge,
a.buttons {
  display:none;
}

.label{color: black;}

a {
  color: black;
  text-decoration: none;
}

.noPrint {
  display: none;
  visibility: hidden;
}

.printOnly {
  display: block;
  visibility: visible;
}