* {
	margin-left: 0;
	margin-top: 0;
	padding: 0;
}

H1 {
	font-family: arial, verdana, ms sans serif;
	font-size: 16px;
	font-weight: bold;
	color: #005d9d;
}

H2 {
	font-family: arial, verdana, ms sans serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

H3 {
	background-color: #cc0001;
	font-family: arial, verdana, ms sans serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	height: 40px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:0px;
}

H4 {
	background-color: #eeeeee;
	font-family: arial, verdana, ms sans serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top:0px;
	margin-bottom:10px;
}

H5 {
	background-color: #cecece;
	font-family: arial, verdana, ms sans serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	height: 30px;
	text-align: left;
	padding-top: 5px;
	padding-left: 3px;
	margin-bottom:0px;
}

SELECT {
	font-size:11px;
}
.section {
	width: 480px;
	background-color: #ffffff;
	padding: 0px;
}

.box {
	background-color: #eeeeee;
	border-top: solid 1px #313131;
	border-left: solid 1px #313131;
	border-right: solid 1px #313131;
	border-bottom: solid 1px #313131;
	font-family: arial, verdana, ms sans serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 20px;
}

.box-2 {
	background-color: #eeeeee;
	border: solid 1px #313131;
	font-family: arial, verdana, ms sans serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 20px;
}

.box-3 {
	background-color: #ffffff;
	border: solid 1px #999999;
	font-family: arial, verdana, ms sans serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}

.box-4 {
	background-color: #ffffff;
	border: solid 1px #999999;
	font-family: arial, verdana, ms sans serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-top: 0px;
}

.label {
	font-family: arial, verdana, ms sans serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width: 150px;
	vertical-align: top;
	padding-top: 3px;
}

.small {
	font-size: 11px;
}

.space {
	height: 5px;
}

.space-large {
	height: 15px;
}

.text {
	font-family: arial, verdana, ms sans serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}