body {
	background-color: white;
}

.noPrint {

display: none;

}

/*Font Information*/
#content p {
  font-family: verdana,arial,sans-serif;
  font-size: 11px;
  color: #000000;
  background: transparent;
  margin: 0px;
  text-align: left;
  padding: 0px;
 }
 #content a li{
  text-decoration: none;
 }
 #content a:link { color: blue; }
 #content a:visited { color: #556B2F; }
 #content a:hover { color: transparent; }
 
#content h1 {
  font-family: georgia,"times new roman",serif;
  font-size: 35px;
  color: #000000;
  background: transparent;
  margin:0;
  padding: 0px;
 }
 
#content h2 {
  font-family: georgia,"times new roman",serif;
  font-size: 25px;
  color: #000000;
  background: transparent;
  margin:0;
  padding: 0px;
 }

#content h3 {
  font-family: georgia,"times new roman",serif;
  font-size: 20px;
  color: #000000;
  background: transparent;
  margin:0;
  padding: 0px;
 }

#content h4 {
  font-family: verdana,arial,sans-serif;
  font-size: 20px;
  color: #FF9900;
  background: transparent;
  margin:0;
  padding: 0px;
 }
 
#content h5 {
  font-family: verdana,arial,sans-serif;
  font-size: 16px;
  color: #FF9900;
  font-weight: bold;
  background: transparent;
  margin:0;
  padding: 0px;
 }
/*End Font Information*/