@import url("PSC_style.css");
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #B4D4D3;
}
.style1 {
	font-size: 8px;
	color: #666666;
}
.Title {
	font-size: 18px;
	font-weight: bold;
	color: #8E003C;
	font-family: Arial, Helvetica, sans-serif;
}
.SubHead {
	font-size: 14px;
	font-weight: bold;
}
.NavBar {
	font-size: 12px;
	color: #005A83;
	font-weight: bold;
}
a:link {
	color: #005A83;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #005A83;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
