body {
    margin: 0;
	font-family: Arial, sans-serif;
	font-size: 12pt;
}

oldbody {
    margin: 0;
    background: white url(grid_gray.jpg) repeat top left;
	font-family: Arial, sans-serif;
	font-size: 12pt;
}

#main {
	width: 700px;
	margin: 0 auto;
}
#face, #tagline {
	text-align: center;
	margin: 1.5em 0;
}
#face small {
	font-size: 9pt;
	color: purple;
}
#tagline big {
	font-size: 14pt;
	font-weight: bold;
	color: purple;
}
#tagline small {
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}
table.info {
	border-collapse: collapse;
}
table.info td, table.info th {
	border: 1px solid black;
	padding: 10px;
}
table.form {
	border: 2px dashed #333333;
	padding: 1em;
	margin: 1em auto;
}
table.form td {
	text-align: left;
	border: none;
}
table.form th {
	border: none;
}
h2 {
	text-align: center;
	font-size: 12pt;
	font-weight: normal;
}

fieldset {
	border: 2px dashed #333333;
	margin: 1em auto;
	padding: 1em;
}.bullet {
	list-style-image: url(tick.gif);
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	list-style-position: outside;

}
.arrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	list-style-position: outside;
	list-style-image: url(arrow.gif);
	vertical-align: 10%;
	background-position: left top;
	top: 0px;
	text-align: left;
	white-space: normal;
}

.submit {
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
} 
.dashed {
	border: thick dashed #000000;
}
.button1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

