@charset "utf-8";
.TagLine {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
	font-style: italic;
}
.Question {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bolder;
	color: #B50000;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #B50000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: underline;
	border: thin none #333;
}
a:hover {
	color: #B5B5B5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: underline;
}

.bottomnav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #B50000;
	text-decoration: underline;
	text-align: center;
	border: thin solid #666;
}
.ContentText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	white-space: normal;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
}
.ContentTextHeading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #B50000;
	padding-left: 10px;
}
