/* IDs and classes for the help system */
#helpRepeatRegion{
	margin: 2px;
	padding: 3px;
}

#helpRepeatRegion H1 {
	font-size: 140%;
	color: #003300;
	margin: 7px 3px 5px 5px;
}

#helpRepeatRegion H2 {
	font-size: 130%;
	color: #003300;
	margin: 5px 3px 4px 5px;
}

#helpRepeatRegion H3 {
	font-size: 120%;
	color: #003300;
	margin: 5px 3px 4px 5px;
}

#helpRepeatRegion TD{
	padding: 7px;
	margin: 2px;
	border: 1px #999999 dotted;
}

#helpRepeatRegion A{
	color: #0000CC;
	text-decoration: none;
}
#helpRepeatRegion A:HOVER{
	color: #FF6600;
	text-decoration: underline;
}