a:link, a:visited, a:active {
	text-decoration: none;
	color: #0E6689;
}

a:hover {
	color: #65CA00;
}

/* ------------ Link list ------------------*/
div.Mainlist {
	border: none;
/*	border: solid 1px #4CADD4;*/
	margin-top: 1em;
	color: #0E6689;
	background-color: #EEF9FD;
	font-size: 1.5em;
	font-weight: normal;
}

div.Mainlist a:link, div.Mainlist a:visited, div.Mainlist a:active { 
	text-decoration: none;
	display: block;
	padding: 0.5em;
}

div.Mainlist a:hover {
	color: #0E6689;
	background-color: #fff;
}

div.Mainlist img {
	border: none;
}


/* ------------ Link pages ------------------*/
div.Links {
	margin: 1em 0em 3em 0em;
	border: solid 1px #99CADD;
}

div.Links ul {
	margin: 2em;
}

div.Links h3 {
	margin: 0em;
	padding: 0.3em 0.5em;
	color: #0E6689;
	background-color: #EEF9FD;
	font-size: 1.5em;
	font-weight: normal;
}

div.Links h4 {
	margin: 1em;
	padding: 0.2em 0.5em;
	border-bottom: solid 1px #ccc;
	font-size: 1.4em;
	font-weight: normal;
	color: #333;
}

div.Links h4 img {
	width: 20px;
	height: 20px;
}


div.Links ul {
		margin-left: 3.5em;
}

div.Links ul li {
	list-style-image: url(../Images/GoTo.gif);
}