#divRules {
	padding-top:		.5em;
	padding-left:		.5em;
	text-align:			left;
	}
/* Contents box */
#divRules .divLinks {
	float:				left;
	width:				14em;
	margin-right:		2.5em;
	border:				2px solid #70A050;
	padding-top:		.3em;
	padding-left:		.5em;
	padding-bottom:		.7em;
	background:			#FFFFFF;
	color:				#404080; /* "Contents " only */
	font-weight:		bold;
	qtext-align:			left;
	}
#divRules .divLinks a {
	margin-left:		2em;
	color:				#404080;
	font-weight:		normal;
	text-decoration:	none;
	}
#divRules .divLinks a:hover {
	color:				#106010;
	font-weight:		bold;
	}
/* Section headings */
.aRulesHeading {
	color:				#404080;
	font-weight:		bold;
	}
/* Section boxes */
.divRulesSection {
	margin-top:			.25em;
	margin-bottom:		1.25em;
	margin-left:		3em;
	margin-right:		.5em;
	border:				1px solid #90AC80;
	padding:			.5em .7em .25em .7em; /* There's a space after the section heading. */
	background-color:	#EEEEFF;
	color:				#502000;
	font-weight:		normal;
	}
.divRulesSection ul {
	margin-top:			.5em;
	}
/* Rule items */
.divRulesSection li {
	margin-bottom:		1em;
	border-top:			1px dotted #70A050;
	padding-top:		.2em;
	}
.divRulesSection .liFirst {
	border-top:			0;
	}
/* Misc */
.removed {
	padding-left:		.6em;
	color:				#FF0000;
	font-size:			smaller;
	font-style:			italic;
	}
.spnSubscript {
	font-size:			smaller;
	font-weight:		normal;
	}
/* Scoring table */
.tblScoring {
	margin-left:		3em;
	}
.tblScoring .trHead {
	padding-bottom:		.2em;
	font-weight:		bold;
	}
.tblScoring .trHead td {
	border-bottom:		1px dashed #70A050;
	}
.tblScoring .tdC2 { /* Points scored*/
	width:				10em;
	text-align:			center;
	}
.tblScoring .tdC3 { /* Original scoring */
	width:				4.5em;
	text-align:			center;
	}
.TheSmallPrint {
	font-size:			smaller;
	}