/* CSS Document */
.bottom{}
.bottom a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.bottom a:visited {
	text-decoration: none;
}
.bottom a:hover {
	text-decoration: underline;
	color: #FF9900;
}
.bottom a:active {
	text-decoration: none;
}

.faq{ 	font-family:bookman old style;
	font-size:14px;}
.faq a:link {

	color: #A70022;
	text-decoration: none;
}
.faq a:visited {
	color: #A70022;
	text-decoration: none;
}
.faq a:hover {
	text-decoration: underline;
	color: #FF9900;
}
.faq a:active {
	color: #A70022;
	text-decoration: none;
}


