body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

h1, h2 {
	color: #333;
	padding-top: 0;
}
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 14px;
	}

h3 {
	padding-bottom: 0;
	margin-bottom: 0;
}

a {
	font-size: inherit;
	color: #0074C6;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border-style: none;
}

#Layout a {
	text-decoration: underline;
}

#Layout p {
	text-align: justify;
}

#Layout label.FormHeading {
	margin-top: 10px;
	clear: both;
	font-size: 12px;
	font-weight: bold;
}

#Navigation ul li {
	background-color: #0086AB;
}
	#Navigation ul li a {
		color: #74C8D3;
	}
	#Navigation ul li.current {
		background-color: #67ACD6;
	}
	#Navigation ul li.current a {
		color: #ffffff;
	}
	
#Footer {
	color: #0085A2;
}
#Footer a:link, #Footer a:visited, #Footer a:hover, #Footer a:active {
	color: #0085A2;
}