body,div,p,ul,h1,hr,form,p {
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 14px;
}
a {
	color: #666;
}
h1 {
	font-size: 19px;
}
h2 {
	font-size: 18px;
}
ul {
	margin-left: 20px;
	list-style-type: square;
}
ul li {
}
ul ul {
	list-style-type: circle;
}
ul ul li {
}
ul ol {
	margin-left: -20px;
}
ul ol li {
}
#header {
	height: 40px;
	background-color: #000;
}
#content {
	padding: 10px;
}
#sub {
}
#big {
	padding: 4px;
	font-size: 14px;
	text-align: center;
	background-color: #F6F4F1;
	border: 1px solid #EDEAE6;
}
#big a {
	font-weight: bold;
	text-decoration: none;
	color:#FF9900;
}
#msg {
	padding: 4px;
	font-weight: bold;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
}
#sep {
	padding: 5px;
}
#extra {
	margin: 0 20px;
}
ol#instructions {
	margin-top: 0;
	margin-left: -25px;
}
ul#instructions {
	margin-top: 0;
	margin-left: 10px;
}
#footer {
	text-align: center;
}
#footer a {
	font-weight: bold;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
table td {
	vertical-align: top;
}