h1 {
	margin: 0;
	font-size: 20pt;
	font-weight: bold;
	font-family: times new roman;
}

.h1-sub {
	font-size: 17pt;
	font-family: times new roman;
	font-weight: normal;
}

h2 {
	margin: 0;
	font-size: 20pt;
}

h3 {
	margin-top: 10px;
	font-family: arial;
	font-size: 13.5pt;
	color: #1F3856;
}

body, table {
	font-family: arial;
	font-size: 9pt;
}

a {
	background-repeat: no-repeat;
	background-position: 0 3pt;
	color: #5D8191;
}

a.arrow {
	background-image: url('http://www.cdwilson.bc.ca/dev/images/href_arrow.jpg');
	background-repeat: no-repeat;
	background-position: 0 3pt;
	padding-left: 12px;
	color: #5D8191;
}

font.highlight {
	color: #81a4b8;
}

font.dark-blue {
	color: #1F3856;
}

.top-header {
	height: 62px;
	width: 100%;
	background: url('http://www.cdwilson.bc.ca/dev/images/top_header.jpg') repeat-x;
	padding-top: 10px;

	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: #1F3856;
}

.padded {
	padding: 5px;
}

.index-header {
	border-width: 1px 0 1px 0;
	border-color: #DFD8C6;
	border-style: solid;
}
