
body {
color: #ffffff;
	font-size: 12px;
	font-family: 'Century Gothic', Arial, Verdana, sans-serif;
}
table {
	font-size: 11px;
}
td {
	vertical-align: top;
	padding: 0 0 9px 0;
}
	td.secondary td {
		padding: 0 0 7px 0;
	}
	td.submit {
		vertical-align: bottom;
	}
	.contact td {
		padding-bottom: 12px;
	}
	input#province {
		width: 30px;}
	input#postal {
		width: 62px;}
	select {
		width: 95px;
	}
	.contact form input {
		width: 280px;
	}
p {
	margin-bottom: 1em;
	line-height: 1.7em;
}
p.legal {
	font-size: 8px;
	line-height: 1.4em;
}
a {
color: #ffffff;
	text-decoration: none;
}
a.loud {
color: #ffeb00;
	text-decoration: underline;
}
a.active,
a:hover {
color: #ffeb00;
}
strong {
	font-weight: bold;
}
.downloadList {
	margin-top: 20px;
}
.downloadList li {
	margin: 0 0 20px;
}
	.primary input,
	.primary select {
		width: 180px;
	}
input {
background: #ffffff;
border: 1px solid #c3c3c3;
border-top: 1px solid #888888;
	padding: 2px 0 2px 2px;
}
select {
background: #ffffff;
border: 1px solid #c3c3c3;
border-top: 1px solid #888888;
}
textarea {
	min-width: 367px;
	width: 367px;
	max-width: 367px;
	height: 85px;
	max-height: 100px;
}

div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}


