body {
	padding: 10px;
}

#ccs_wrapper {
	width: 540px;
	font-family: verdana, sans-serif;
	background-color: inherit;
	color: #666;
}

	#ccs_wrapper table {
		width: 540px;
	}

#ccs_wrapper h1 {
	position: relative;
	font-size: 26px;
	margin: 40px 0 20px 0 !important;
	background-color: #fff;
	color: #060;
	border-bottom: 1px #666 solid;
	padding: 0 0 5px 0;
}

	#ccs_wrapper h1 a:link.gotop,
	#ccs_wrapper h1 a:visited.gotop {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
		display: block;
		width: 100px;
		height: 18px;
		text-align: right;
		font-size: 12px;
		font-weight: bold;
		color: #000;
	}
	
	#ccs_wrapper h1 a:hover.gotop {
		background-color: inherit;
		color: #060;
	}

	#ccs_wrapper h1 span {
		font-size: 18px;
		display: block;
		padding: 5px 0 0 0;
	}
	
	#ccs_wrapper h1 {
		position: relative;
		font-size: 26px;
		margin: 20px 0;
		background-color: #fff;
		color: #060;
		border-bottom: 1px #666 solid;
		padding: 0 0 5px 0;
	}
	
#ccs_wrapper h2 {
	font-size: 20px;
	margin: 25px 0 10px 0;
	background-color: inherit;
	color: #000;
}	

	#ccs_wrapper h2 span {
		display: block;
		font-size: 12px;
		padding: 5px 0 0 0;
		font-weight: bold;
	}

#ccs_wrapper h3 {
	font-size: 12px;
	margin: 10px 0;
	font-weight: bold;
	background-color: inherit;
	color: #000;
}

#ccs_wrapper p {
	font-size: 10px;
	margin: 10px 0;
	line-height: 12px;
}

#ccs_wrapper table {
	margin: 10px 0;
	display: block;
	border: 1px #666 solid;
}

td.ccs_class {
	width: 100px;
	vertical-align: top;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	background-color: inherit;
	color: #000;
	padding: 5px 10px 5px 0;
	line-height: 12px;
}

td.ccs_descr {
	vertical-align: top;
	text-align: left;
	font-size: 10px;
	background-color: inherit;
	color: #666;
	padding: 5px 0 5px 5px;
	line-height: 12px;
}

td.ccs_descr strong {
	font-size: 12px;
	font-weight: bold;
	background-color: inherit;
	color: #000;	
}

div.ccs_rules {
	padding: 10px;
	background-color: #ccc;
	color: #666;
	margin: 20px 0;
}

	div.ccs_rules h4 {
		font-size: 14px;
		margin: 10px 0;
		font-weight: bold;
		background-color: inherit;
		color: #000;
	}
	
	div.ccs_rules ol {
		font-size: 10px;
		list-style-type: decimal;
		padding: 0 0 0 23px;
	}
	
		div.ccs_rules ol li {
			line-height: 12px;
			padding: 3px 0 3px 0;
		}
		
#ccs_navigation {
	font-size: 12px;
	line-height: 18px;
}

	#ccs_navigation a:link,
	#ccs_navigation a:visited {
		color: #000;
		font-weight: bold;
		text-decoration: underline;
	}
	
	#ccs_navigation a:hover {
		background-color: inherit;
		color: #060;
	}