body, td, p, textarea {
	font-family:arial,helvetica,sans-serif;
	font-size:10pt;
	color:black;
	line-height:14pt;
}

.title1 {
	font-size:11pt;
	font-weight:bold;
	color:#5b4298;
}

.title2 {
	font-size:11pt;
	font-weight:bold;
	color:#e5a10d;
}

.title3 {
	font-size:9pt;
	font-weight:bold;
	color:#5b4298;
}

.footer {
	font-size:8pt;
	text-align:center;
	color:#ffffff;
}

A {
	font-weight:bold;
	text-decoration:none;
	color:#3b3d96
}

A.button {
	background-color:#f26635;
	border:solid 1px black;
	padding:3px;
	color:#ffffff
}

A:hover {
	text-decoration:underline;
}

A.button:hover {
	text-decoration:none;
	color:#3b3d96;
}

.note {
	font-size:8pt;
	line-height:9pt;
}

input.grey, select.grey, textarea.grey {
	background-color:#e0e0e0;
	border:solid 1px #3b3d96;
	padding:1px;
	margin:3px;
	font-size:9pt;
}

