.centertit {
	background-image: url("centertit.gif");
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	vertical-align: top;
	font-size: 15pt;
	margin: 0;
	padding: 10px 0 0 55px;
	font-family: tahoma;
	font-weight: bold;
	text-align: left;
}


.centerbg {
	background-image: url("centerbg.gif");
	background-repeat: repeat-y;
	background-position: center top;
	padding: 5px 20px;
	font-size: 10pt;
	text-align: left;
}



a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
a:active {
	color: red;
	text-decoration: underline;
}

a.alvis:visited {
	text-decoration: underline;
}
