/* CSS Document */
#regs {  margin: 0 25px .6em 25px; }
.regulations #topic #regs p, .regulations #topic #regs h2 { 
	font: 1em/1.3em Georgia, Garamond, sans serif; 
	margin: 0 0 .6em 0;
	padding: 0;
}
.regulations #topic #regs h2 {
	text-transform: capitalize;
	font-weight: bold;
}
.regulations #topic #regs h2 a:hover {
	color: inherit;
	text-decoration: none;
}
.regulations #topic #regs h2 span {
	display: block;
	float: left;
	width: 6.2em;
	height: 1.6em;
	font-weight: normal;
}

.regulations #topic #regs li li { margin-top: .6em; }

/* for IE */
.regulations #topic #regs p { margin-left: 6.5em;}
.regulations #topic #regs ol { margin-left: 8.4em; }
.regulations #topic #regs ol ol { margin-left: 1.7em; }

/*for firefox */
body[class="regulations"] #topic #regs p { margin-left: 6.3em;}
body[class="regulations"] #topic #regs ol { margin-left: 8.1em; }
body[class="regulations"] #topic #regs ol ol { margin-left: 1.5em; }

