
* {
	margin: 0;
	padding: 0;
}

body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474848;
}

h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.0em;
	font-weight: normal;
}

h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

h4 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 1em;
}

h5 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 170%;
}

fieldset {
	float: left;
	width: 300px;
	padding: 5px;
	margin-right: 4px;
}

legend {
	font-weight: bold;
}

#total {
	font-size: 18px;
	width: 70px;
}