body, td, p {
	color: #404040;
	font-family: arial;
	font-size: 11px;
}

.centered {
	text-align: center;
}

a {
	color: #1a6b9f;
	text-decoration: none;
	font-weight: bolder;
}

a:hover {
	text-decoration: underline;
}

.pageBorder {
	border-width: 1px;
	border-color: #202020;
	border-style: solid;
	background-color: #ffffff;
}

.headerPanel {
	background-color: #1a6b9f;
	color: #ffffff;
}

.pageTitle {
	color: #2e98c9;
	font-size: 18px;
	font-weight: bolder;
}

.newsHeader {
	color: #000000;
	font-weight:bolder;
}

.blueHeader {
	color: #1a6b9f;
	font-weight:bolder;
}

.menuPanel {
	background-color: #2e98c9;
	color: #ffffff;
}

.menuItem {
	color: #ffffff;
	text-decoration: none;
	font-weight: bolder;
}

.sepVertical {
	background-image: url( 'images/sepVertical.jpg' );
	background-repeat: repeat-y;
	background-position: center;
}

.sepHorizontal {
	background-image: url( 'images/sepHorizontal.jpg' );
	background-repeat: repeat-x;
	background-position: center;
}

.legal {
	color: #a0a0a0;
	font-weight: bolder;
	font-size: 8px;
}