@media print{
	*, body {background: #fff !important; color:#000;}
	.noprint {display: none !important; width:0 !important; height:0 !important;}
}
body {
	background: #333333;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990099;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
}
input.query {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	height: 13px;		
	background: #7DC4DF;
	border: 1px solid #C5E6F5;	
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 130%;
	color: #333333;
	padding: 10px 0 10px 0;	
}
.content p{
	text-align:justify;	
}
.content ul{
	list-style-type: square;
	margin-left: 1em;
	padding:0;
}	
.content ul li{
	padding-bottom: .5em;
}	
.footer {
	padding: 1em .5em .5em .5em;
	font-size: 75%;	
}
/*PA Content*/
td.heading {
	font-size: 1.2em;
	font-weight:bold;
	padding: .5em 0;
}
td.subheading {
	font-size: 1em;
	padding: .5em 0;	
}
td.heading a, td.heading a:visited, td.subheading a, td.subheading a:visited{
	color:#000;
	text-decoration:none;
}
td.heading a:hover, td.subheading a:hover{
	text-decoration:underline;
}
td.page {
	font-size: 1em;
	text-align: right;
}