body {
font-family: arial;
color: navy;
}
body .center{
	text-align:center;
}
.head_one {
color: red;
font-size: 20pt;
font-size: 13pt;
text-align: center;
}
.head_two {
color: blue;
font-size: 40pt;
font-size: 20pt;
text-align: center;
}
.head_three {
color: green;
font-size: 20pt;
font-size: 13pt;
text-align: center;
font-variant: small-caps;
}
.normal_text {
line-height:1em;
padding:1em;
}
ol li {
font-weight:bold;
text-align: left;
}
input {
margin-left:1.5em;
}
tr td {
vertical-align:top;
}
table#fillin {
	clear:both;
	text-align:left;
}
table#fillin tr td.label, table#sizing tr td.label {
text-align:right;
}
.lefty {
text-align:left;
}
.nowrap {
	 white-space: nowrap;
}
input.textbox {
margin-left:0em;
text-align:left;
}
input.narrow {
width:3em;
}
table#what_ill_bring thead * {
	background-color: beige;
}
table#what_ill_bring tbody th input.radio {
	margin: 0;
	padding: 0;
}
table#what_ill_bring td {
	text-align:left;
	vertical-align:top;
}
table#what_ill_bring tbody th, table#what_ill_bring thead th {
	text-align: center;
	width: 20px !important;
}
table#what_ill_bring tbody th input, input.radio {
	background-color: white !important;
}
body#acknowledgement div {
	margin-top:1em;
}
div#closed {
	width: 50%;
	margin: 5% 25%;
	border: solid 1px;
	padding: 2em;
}