/* CSS Document */
.pricetable {
	color: #000000;
	border: thin dotted #CCCCCC;
	text-align: left;
}

.pricetable .topheading {
	font-size: 13pt;
	color: #993300;
	border-left: thin dashed #CCCCCC;
	text-align: center;
}
.pricetable .topprices {
	font-size: 9pt;
	color: #333333;
}
.pricetable .personal {
	background: #FCF3FE;
}
.pricetable .b-cells {
	border-left: thin dashed #CCCCCC;
}

.regsect {
	background: url(/brocimages/bck-nav1.gif);
	padding: 12px;
	color: #000000;
	margin: 5px;
}
.regsect-g {
	background: url(/brocimages/bck-nav2.gif);
	padding: 12px;
	color: #000000;
	margin: 5px;
}
.regsect-w {
	background: #ffffff;
	padding: 12px;
	color: #000000;
	margin: 5px;
	border: thin dotted #CCCCCC;
}
.regsect h1, .regsect-g h1, .regsect-w h1 {
	font-size: 150%;
	color: #333333;
	font-weight: normal;
}

input, select {
	background: #FFF2FF;
}
