
div, form, dl, dt, dd, ul, ol, li, p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
h1 { font-size: 20px; margin-bottom: 20px; font-weight: bold; }
h2 { font-size: 18px; margin-bottom: 15px; font-weight: bold; }
h3 { font-size: 16px; margin-bottom: 5px; font-weight: bold; }
h4 { font-size: 14px; margin-bottom: 5px; font-weight: bold; color: #02425D; }
ul, ol {
	padding: 5px 0 10px 0;
	list-style: disc;
	list-style-position: outside;
}
ol { list-style: decimal; }
li {
	padding: 0 0 2px 0;
	margin: 0 0 0 40px;
}
img { border: none; }
table { text-align: left; }
p {
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: justify;
}
input, select, textarea {
	margin: 0;
	padding: 2px;
	color: #444;
	border: 1px solid #999;
	font: 11px Verdana, sans-serif;
	background-color: #fff;
	cursor: pointer;
}
input { width: 85px; }
select { padding: 1px; }
textarea { overflow: auto; }
input:focus, select:focus, textarea:focus { background-color: #fffedb; }
input.required, select.required, textarea.required { border-color: red; }

div.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
.floatLeft {
	float: left;
	display: inline;
}
.floatRight {
	float: right;
	display: inline;
	text-align: right;
}
.bold { font-weight: bold; }
.red { color: #bc0000; }
.green { color: #28bc00; }
.orange { color: #fb890e; }
.blue { color: #02425d; }
.titleCase { font-size: 16px; font-weight: bold; color: #fb890e; }
.titleCaseB { font-size: 16px; font-weight: bold; color: #02425d; }