body {
	background: #c0c0c0;
	margin: 0px 0px 0px 0px;
}

body, td, div, table {
	color: #202020;
	font-family:Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
}


a:link {
	color: #404040;
	text-decoration:none;
	font-weight:normal;
}

a:active {
	color: #000000;
	text-decoration:none;
	font-weight:normal;
}

a:visited {
	color: #000000;
	text-decoration:none;
	font-weight:normal;
}

a:hover {
	color: #ffffff;
	text-decoration:none;
	background: #abc597;
	font-weight:normal;
}




.nav {
	color: #404040;
	padding-right: 15px;
	background: #ffffff url(link.gif) no-repeat right;
	border-bottom: 1px dashed #c0a6a9;
	font-size: 12px;
	text-align: right;
	display: block;
	margin-bottom: 3px;
	margin-left: 1px;
	width:100%;
	text-transform:lowercase;
}
.nav:hover {
	color: #404040;
	padding-right: 15px;
	background: #ffffff url(linkb.gif) no-repeat right;
	border-bottom: 1px dashed #c0a6a9;
	font-size: 12px;
	text-align: right;
	display: block;
	margin-bottom: 3px;
	margin-left: 1px;
	width:100%;
	text-transform:lowercase;
}






.box {
	color:#404040;
	font-family:Arial, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	font-weight:normal;
	width:95%;
	text-align:left;
	background:#f8e8a8 url(box_side.gif) left repeat-y;
	padding-left:50px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:3px solid #c29364;
	border-right:3px solid #c29364;
	border-bottom:3px solid #c29364;
}

.h1 {
	color: #954546;
	background: url(h1_bg.gif);
	border-bottom:2px solid #f3cdce;
	border-top: 1px solid #e5dbdb;
	border-left: 1px solid #e5dbdb;
	border-right: 1px solid #e5dbdb;
	font-family:Arial, sans-serif;
	font-size:14px;
	letter-spacing:1px;
	word-spacing:5px;
	font-weight: bold;
	padding-right:5px;
	text-align: right;
	height:20px;
	text-transform: uppercase;
}

.h2 {
	color: #ca894c;
	font-family:Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	height:20px;
	text-transform:uppercase;
	text-align:center;
}

/* Body and paragraph text */

	body, p {
		font-family: Arial;
		font-size: 8pt;
		line-height: 16px;
		text-align: center;
		}


/* Contains the entire cards area */

	#cardscontainer {
	color:#404040;
	font-family:Arial, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	font-weight:normal;
	width:95%;
	text-align:left;
	background:#f8e8a8 url(box_side.gif) left repeat-y;
	padding-left:50px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:3px solid #c29364;
	border-right:3px solid #c29364;
	border-bottom:3px solid #c29364;
}

/* Title that appears above each card section */

	.sectiontitle {
	color: #954546;
	background: url(h1_bg.gif);
	border-bottom:2px solid #f3cdce;
	border-top: 1px solid #e5dbdb;
	border-left: 1px solid #e5dbdb;
	border-right: 1px solid #e5dbdb;
	font-family:Arial, sans-serif;
	font-size:14px;
	letter-spacing:1px;
	word-spacing:5px;
	font-weight: bold;
	padding-right:5px;
	text-align: right;
	height:20px;
	text-transform: uppercase;
	}

/* Title above each collecting set */

	.settitle {
	color: #ca894c;
	font-family:Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	height:20px;
	text-transform:uppercase;
	text-align:center;
		}

/* Cards in a card section */

	.cardsection {
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 20px;
		padding-bottom: 10px;
		text-align: left;
		}

/* Mastered sets/badges & text displayed when there are no cards */

	.displaytext {
		text-align: center;
		padding: 10px;
		padding-top: 20px;
		}
