body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
td {
	font-size:14px;
}
* html body {
	text-align:center;
}
#main {
	width:600px;
	margin:24px auto;
	text-align:left;
}
h1 {
	text-align:center;
	font-size:32px;
	font-weight:bold;
	margin-top:0px;
}

h2 {
	text-align:center;
	font-size:26px;
	font-weight:bold;
	margin-bottom:0px;
}

h3 {
	text-align:center;
	font-size:22px;
	font-weight:bold;
	margin-bottom:0px;
}

.req {
	font-weight:bold;
}
a {
	font-size:inherit;
	color:#FF0000;
	text-decoration:none;
}
a:hover {
	font-size:inherit;
	color:#FF0000;
	text-decoration:underline;
}
div.reg_steps > div {
	font-weight:bold;
	font-size:14px;
	border-top:1px solid #2C71A9;
}
div.reg_steps .step_label {
	font-size:20px;
}
div.reg_summary {
	font-weight:bold;
	font-size:14px;
	border-top:1px solid #2C71A9;
	border-bottom:1px solid #2C71A9;
	padding:12px;
}
div.reg_summary h1 {
	font-weight:bold;
	font-size:18px;
	margin:0 0 1ex;
	padding:0;
}

button {
	background-color:#F5F5F5;
	border:1px solid #DEDEDE;
	font-weight:bold;
}
button.next {
	color:#00F;
	border-color: #2C71A9;
}
button.finalize {
	color:#090;
	border-color: #2CA971;
}
.cost {
	color:#B00;
}
table.price_table .header_row td {
	border-bottom:1px solid #000;
}
table.price_table .total_row td {
	border-top:1px solid #000;
}