@charset "UTF-8";

body {
	background-color: #525252;
	background-image: url(images/site_bg.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center;
	text-align: left;
}

body,td,th {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF7E7;
	text-align: left;
}

.header_text {
	font-size: 32px;
}

.subheading {
	font-size: 16px;
	font-weight:bold;
}

.customer_login {
	font-size: 12px;
	font-weight:bold;
	color: #FFFAC2;
	margin-right: 30px;
}

a {
	color: #FFF7E7;
}

a:visited {
	color: #FFF7E7;
}

a:hover {
	color: #FFF7E7;
}

a:active {
	color: #FFF7E7;
}

.question_linebreak {
	line-height:4px;
}

.answer_linebreak {
	line-height:24px;
}
