@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: 6px;
	line-height: 1.2(value);
}
.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 {
	color: #0099CC;
	text-decoration: none;
}
.content a:hover {
	color: #675f48;
	text-decoration: none;
}
.content a:visited {
	color: #3e6641;
	text-decoration: none;
}
.image-right {
	margin: 4px;
	float: right;
}
.image-left {
	margin: 4px;
	float: left;
}

