
hp, .hpmain {
	font-size: 13px;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	color: #000000; /*5c5c5c;*/
	/*background-color: #D4E3F6;*/
}

.hplogo{
	color: #ffffff; background-color : #614AB9;
}

/* === ALTERNATING COLOURS === */
.hpalter1 {
	background-color: #F5F5F5;
}
.hpalter2 {
	background-color: #DBDBDB;
}

/* - Links ----------------------------------------- */

a {
	color: #990000;	text-decoration : none; font-weight: bold;
}
a:active {
	color: #990000;	text-decoration : none; font-weight: bold;
}
a:visited {
	color: #990000;	text-decoration : none; font-weight: bold;
}
a:hover {
	color: #333333;	text-decoration : none; font-weight: bold;
}

