/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5E0A0A;
	background-image: url(images/bg_main.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #000000;
}
.heading {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	color: #5E0A0A;
	font-style: italic;
}
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5E0A0A;
	font-style: italic;
}
.copyright {
	color: #907041;
	font-weight: bold;
	font-style: italic;
}
