body {
	font-family: arial, helvetica, sans-serif;
	font-size: 95%;
	background-color: #FFF;
}

h1 {
	clear: both;
	font-size: 110%;
	padding: 0px 20px;
}

h2 {
	clear: both;
	font-size: 100%;
	padding: 0px 20px;
	margin: 0px;
}

span.fineprint {
	font-size: 80%;
}

.note1 {
	font-size: 80%;
	margin: 0 0 0 26px;
	padding: 0px;
}

.NA {
	background-color: grey;
}

#provincetable {
	width: 758px;
	margin: 10px 20px;
	border: 1px solid;
	border-collapse: collapse;
}

#provincetable td {
	border: 1px solid;
	padding: 2px 5px;
	font-size: 90%;
}

th {
	text-align: left;
	font-weight: bold;
	color: white;
	padding: 2px 3px;
	background-color: #00387E;	
}

#pname {
	width: 35%;
}

#link1 {
	width: 35%;
}

#link2 {
	width: 30%;
}

a:link {
	border: 0px;
	color: blue;
	text-decoration: none;
	outline: none;
}
a:visited {
	border: 0px;
	color: #5F3131;
	text-decoration: none;
	outline: none;
}
a:hover {
	border: 0px;
	color: green;
	outline: none;
}
a:active {
	border: 0px;
	outline: none;
}

div#wrapper {
	width: 842px;
	margin: 0 auto;
	padding: 0px;
}

div#header {
	width: 840px;
	height: 143px;
	background: url(images/840x143header.png) no-repeat;
	padding: 0 px;
	margin: 0 auto;
}

div#content {
	width: 798px;
	margin: 0 auto;
	background: white;
	padding-bottom: 10px;
	border-style: solid;
	border-width: 0px 1px;	
}

div#footer {
	font-family: arial, helvetica, sans-serif;
	font-size: 95%;
	clear: both;
	width: 800px;
	height: 64px;
	margin: 0 auto;
	padding: 0px;
	border: 0px;
	background: url(images/footer.jpg) repeat-x;
}

div#address {
	float: left;
	font-size: 70%;
	color: white;
	padding: 20px;
}

#address a:link, #address a:hover, #address a:visited, #address a:active {
	color: white;
	text-decoration: none;
	outline: none;
}

#footlogo {
	float: right;
	width: 327px;
	height: 84px;
	background: url(images/footer-logo.png) no-repeat;
	margin-top: -21px;
	text-indent: -9999px;
	outline: none;
	padding: 0px;
}