@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	width: 100%;
	background-color:#000000;
	background-image: url(Images/BG_BlackCircles.jpg);
	background-repeat:repeat;
}
bodyred {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(Images/interface_slices_08.jpg);
	background-attachment: fixed;
	background-repeat:no-repeat;
	color: CCoooo;
}

.BodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 300;
	letter-spacing: .07em;
	font-size: 11px;
	line-height: 150% 
}

a:link {
	text-decoration: none;
	color: #CC0000;
}

a:visited, a:active {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:underline;
	color: #CC0000;
}

li.gift { 
	list-style: circle outside;
	color: #CC0000;
}