* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2 {
	line-height: 2;
	color: #333;
}
	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 18px;
	}
	
a {
	font-size: inherit;
	color: #0074C6;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border-style: none;
}

#Layout p {
	text-align: justify;
}

#Footer p {
	padding-top: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 10px;
}
#Footer p a {
	color: #FFFFFF;
	text-decoration: none;
}

p.fineprint {
	font-size: 0.8em;
	color: #555;
}