@charset "UTF-8";
/* CSS Document */


/* FILE CREATED BECAUSE BODY TAGS THROUGHOUT SITE DID NOT USE AN ID, HENCE MAKING IT IMPOSSIBLE TO OVERRIDE THE HARD CODED BACKGROUND IMAGE ON THE FRONTPAGE */


body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	width: 100%;
	background-color:#000000;
	background-repeat:repeat;
}


.BodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: 100;
	letter-spacing: .07em;
	font-size: 10px;
	line-height: 150% 
}

a:link {
	text-decoration: none;
	color: #CC0000;
}

a:visited, a:active {
	text-decoration:none;
	/*color:#000000;*/
	color:#000099
}

a:hover {
	text-decoration:underline;
	color: #CC0000;
}

li.gift { 
	list-style: circle outside;
	color: #CC0000;
}
.Frontpage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#CC0000;
	font-weight: 500;
	letter-spacing: .1em;
	font-size: 14px;
	line-height: 120%; 
}