/* CSS Document */

/* Print styles */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: black;
	background-color: white;
	text-align: left;
	border: black;
	width: 100%;
	list-style-type: disc;
	list-style-position: inside;
}

#mast {
  display: none;
} 

#p7PMnav {
  display: none;
}

h1 {
  font-size: 14pt;
}

h1, h2 {
  text-align: center;
}

h2, h3 {
  font-size: 12pt;
}
 
#content {
	border: none;
	background-color: #fff;
	margin: 0pt;
	text-decoration: none;
}

/*FAQs page specifically*/
#h1print {
  font-size: 13pt;
  text-align: left;
  margin-bottom: 0;
}

#mainfaq {
	background-color: #fff;
	border: none;
	margin: 0pt;
}

/*end FAQs*/

/*Rates and NPO Rates specifically*/
#h1 {
 font-size: 13pt;
 margin: auto;
 text-align: center;
 clear: none;
}

table {
  margin-top: 20pt;
	margin-left: 20%;
  width: 60%;
	
}
/*End Rates*/

:link,a:visited {
  color: #3333CC;
  text-decoration: underline;
  font-weight: bold;
}
	
#bar {
 display: none
}

#footer {
 display: none;
}

.terms {
 display: none;
}

.counter {
 display: none;
}

.w3ctop {
 display: none;
}

.w3cbottom {
 display: none;
}