/* CSS Document */

.faqHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #ffcc00;
	padding: 3px 0px 3px 20px;
	font-weight: bold;
	font-size: 1.1em;
	color:#cc0000;
}

.faqDesc {
	font-size: .8em;
}
.faqBold {
	font-weight: bold;
}
.faqEm {
font-style:italic;
}
.btt {
	font-size: .7em;
	text-align:center;
	padding: 5px 0px 5px 0px;
}
.btt a {
	text-decoration:none;
	font-weight:bold;
	color:#006cb6;
}
.btt a:hover {
	color:#000;
	text-decoration:underline;
}
