body, input, textarea, select, option{
	font-size:10pt;
	font-family:Verdana,sans-serif;
}

a:link, a:visited{
	text-decoration:underline;
	color:#11589F;
}

a:hover, a:active, a:focus{
	color:#6093F0;
	text-decoration:underline;
}

table{
	border-collapse:collapse;
}

.title{
	font-size:14pt;
	color:#877B4E;
	margin: auto auto;
	text-align:center
}

.subtitle{
	font-size:12pt;
	color:#497A50;
	margin: auto auto;
	text-align:center;
}

.footnote{
	font-size:8pt;
	color:gray;
}

.toenote /* toe: even "bottom-er" than foot */{
	font-size:9px;
	color:#aaaaaa;
}

.footnote a:link, .footnote a:visited, .footnote a:hover, .footnote a:active, .footnote a:focus{
	color:gray;
	text-decoration:none;
}

.emphasis{
	color:#703938;
}

.required{
	color:#8A48F9;
}