/* CSS Document */

body {
	text-align: center;
	min-width: 650px;
}

#wrapper {
	margin: 0px auto;
	width:  650px;
	text-align: left;
	border: 0px solid #000000;
}
td{
	padding-right: 5px;
}
fieldset{
	margin-top: 15px;
}
.note{
		font-size: 12px;
		font-style: italic;
}
legend{
	font-size: 18px; font-weight:bold;
}

a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	color:#000000;
}
