/* overrule browser defaults */
* {
	font-size: 12pt;
	font-family: "Arial MT", Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.8em;
}

/* link tags */
a:link,
a:visited,
a:active { text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }


/* Main HTML stuff */

.top-tabs,
.top-tabs a:link,
.top-tabs a:visited,
.top-tabs a:active,
.top-tabs a:hover {
	font-size: 11pt;
	font-weight: bold;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
	color: #919191;
	text-decoration: none;
}

.contact {
	font-size: 11pt;
	line-height: 1.2em;
}

.copyright {
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
}

table {
	background-color: #ffffff;
	border: none;
}

strong.highlight {
	font-size: 24pt;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	line-height: 1.0em;
}

.canopy-cyan  { color: #01aee8; }
.canopy-green  { color: #bcd94f; }
.canopy-grey  { color: #666666; }
.canopy-magenta { color: #9e005d; }
.canopy-orange { color: #fcbc4b; }
.canopy-purple { color: #93278f; }
.canopy-red { color: #ff2600; }

.font10pt { font-size: 10pt !important; }
.font16pt { font-size: 16pt !important; }
.font18pt { font-size: 18pt !important; }
.font30pt { font-size: 30pt !important; }

