.category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: normal;
	color: #003366;
	text-transform: capitalize;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #005588;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
a:hover {
	color: #CCCCCC;
	background-color: #003366;
}
.PgHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bolder;
	color: #003366;
	text-align: center;

}
.BoldUnderline {
	font-family: Arial;
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
}
