@charset "utf-8";
body {
	background-image: url(images/bg.jpg);
	margin: 0px;
	padding: 0px;
}
.top-bkg {
	background-image: url(images/top-bkg.jpg);
	background-repeat: repeat-x;
}
.ftr {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}

.ftr a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
.ftr a:hover {
	color: #666666;
	text-decoration: underline;
}
.ftr-copyright {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.body-txt {
	font-family: Tahoma;
	font-size: 18px;
	line-height: 130%;
	color: #1b1a1a;
}
.highlight-txt {
	background-color: #FFFF00;
}
.red-txt {
	font-family: Tahoma;
	font-size: 18px;
	line-height: 130%;
	color: #ce0505;
}
.left-image {
	clear: right;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.right-image {
	clear: left;
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.faq-question {
	padding: 5px;
}
.faq-question a {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
