@charset "utf-8";


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/index-bg.jpg);
	background-position:center top;
	background-repeat:no-repeat
}

.copytext {
	font-size: 12px;
	color: #b34437;
	font-weight: normal;
}
	
.copy:link{
	font-size:12px;
	text-decoration:none;
	color:#b34437;
	font-weight: bold;
}
.copy:visited{
	font-size:12px;
	text-decoration:none;
	color:#b34437;
	font-weight: bold;
}
.copy:hover{
	font-size:12px;
	text-decoration: underline;
	color:#b34437;
	font-weight: bold;
}
.copy:active{
	font-size:12px;
	text-decoration:none;
	color:#b34437;
	font-weight: bold;
}	
