body {
	font-family: Arial, Helvetica, sans-serif;
}
td {
	vertical-align: top;
}
.faqQuestion {
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}
.faqAnswer {
	font-size: 10pt;
}
.small {
	font-size: 9px;
	text-align:center;
}
.btn {
	font-size:10px;
	width:150px;
}
.errorMessage {
	font-weight: bold;
	font-size:10pt;
	color: #FFFFFF;
	background-color: #FF0000;
	vertical-align: center;
	text-align: center;

}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}
a:link {
	color: #000099;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #000099;
}

