h1 {
	font-size: 26px;
	color: #669ACC;
	padding-top:0px;
	padding-bottom:10px;
	font-weight:normal
}

#RowLogo{
	background-color:#669ACC;
}

.LatestNews {
	border:solid 1px #669ACC;
}
.LatestNews h2 {
	color:#669ACC;
}



a:hover, a:active {
	color:#669ACC;
	text-decoration:none;
}


/* ------  TABLES  ------- */

table.GeneralTable {
	border: solid 1px #669ACC;
}
table.GeneralTable th {
	background-color: #669ACC;
}


