@charset "UTF-8";
/* CSS Document */

body {
	/*background-color: #550215;*/
	margin-top: 0px;
	background-image: url(images/BG.jpg);
}
.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #130b0b;
	line-height: 18px;	/*text-align: justify;*/
}
a:link {
	color: #942c0b;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #2c3f5c;
}
a:hover {
	text-decoration: underline;
	color: #2c3f5c;
}
a:active {
	text-decoration: underline;
	color: #942c0b;
}
ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;	/*text-align: justify;*/
	padding-left: 15px;
	margin: 0 0 0 0;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #563D23;
}

