.pagetext {
	font-family: "Palatino Linotype", "Trebuchet MS", Arial;
	font-size: 12px;
	color: #3366CC;
	z-index: auto;
	white-space: normal;
	display: block;
	border-top-style: none;
	text-align: left;
}
.pageheading {
	font-family: "Palatino Linotype", "Trebuchet MS", Arial;
	font-size: 24px;
	color: #3366CC;
	text-align: center;
}
.contentheading {
	font-family: "Palatino Linotype", "Trebuchet MS", Arial;
	font-size: 14px;
	color: #3366CC;
	text-align: center;
}
.block {
	visibility: visible;
	border-top: thin solid #CCCCCC;
	border-right: thin solid #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	border-left: thin solid #CCCCCC;
}
.bottom_line {
	visibility: visible;
	border-top: none;
	border-right: none;
	border-bottom: thin solid #CCCCCC;
	border-left: none;
}
.blockleft {
	visibility: visible;
	border-top: thin solid #CCCCCC;
	border-right: none;
	border-bottom: thin solid #CCCCCC;
	border-left: thin solid #CCCCCC;
}
.blockright {

	visibility: visible;
	border-top: thin solid #CCCCCC;
	border-right: thin solid #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	border-left: none;
}
.top_line {

	visibility: visible;
	border-top: thin solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.pagetextCentered {
	font-family: "Palatino Linotype", "Trebuchet MS", Arial;
	font-size: 12px;
	color: #3366CC;
	z-index: auto;
	white-space: normal;
	display: block;
	border-top-style: none;
	text-align: center;
}
