body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	color: #336666;
	background-color: #ffffff;
	text-align:left;
	margin: 10px;
	
}

a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}

p {
	font-size: 1.2em;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 15px;
}

/*h1 is the page title which is hidden in the page as the actual title is an image - h1 will will be visible when the page is printed*/

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #0066cc;
	margin: 0px;
	padding: 0px;
}

