@charset "UTF-8";
/* CSS Document */

body {
	background-color: #550215;
	margin-top: 0px;
	/*background-image: url(images/BG.gif);
	background-repeat: repeat-x;*/
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6b6959;
	line-height: 18px;
	text-align: justify;
}

.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 18px;
}
a:link {
	color: #363427;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #363427;
}
a:hover {
	text-decoration: underline;
	color: #6b6959;
}
a:active {
	text-decoration: underline;
	color: #363427;
}
