.header {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #000066;
	background-color: #CCCCCC;
	height: 75px;
	width: 100%;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #003366;
}
p {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	color: #000000;
}
.bottomLinks {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	color: #000066;
	background-color: #CCCCCC;
	padding: 5px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
}
.contentFont {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	color: #000000;
}
