@charset "UTF-8";
/* CSS Document */

.heading {
	font-family: tahoma;
	font-size: 14px;
	color: #FF6633;
}
.sub-heading {
	font-family: tahoma;
	font-size: 13px;
	color: #006633;
	padding: 4px;
}
.content {
	font-family: tahoma;
	font-size: 12px;
	color: #675f48;
	padding: 0px;
}
.copyright {
	font-family: tahoma;
	font-size: 10px;
	color: #0D5A74;
}
.copyright a:link {
	color: #0D5A74;
	text-decoration: none;
}
.copyright a:hover {
	color: #f65237;
	text-decoration: none;
}
.copyright a:visited {
	color: #0D5A74;
	text-decoration: none;
}
.content a:link {
	text-decoration: none;
	color: #FF6633;
}
.content a:hover {
	color: #675f48;
	text-decoration: none;
}
.content a:visited {
	text-decoration: none;
	color: #FF6633;
}
.image-right {
	margin: 4px;
	float: right;
}
.image-left {
	margin: 4px;
	float: left;
}
.leftcolumn {
	font-family: tahoma;
	font-size: 12px;
	color: #675F48;
}
.q-text {
	font-family: tahoma;
	font-size: 12px;
	line-height: 1.2(value);
	color: #FFFFFF;
	padding: 4px;
}
.q-answer {
	font-family: tahoma;
	font-size: 12px;
	line-height: 1.2(value);
	color: #000000;
	padding: 4px;
}
.q-text a {
	color: #FFFFFF;
}
