body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

hr {
	clear: both;
	border: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 20px;
}

a {
	color: #be4545;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 1em;
}

h2 {
	margin: 1.4em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}
h2 span {
	color: #999999;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin-left: 20px;
	border-left: 1px solid #a5b3bc;
	padding-left: 20px;	
}
h3 {
	margin: 22px 0 8px 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

label {
	display: block;
	padding: 20px 0 4px 0;
	font-size: 12px;
	font-weight: bold;
	color: #0f7090;
}
label.error {
}
label span.active {
	background: #f5f5f5;
}
label.error span {
	color: #ff0000;
	background: #ffff00;
}
label.specify {
	padding: 2px 0;
	font-style: italic;
}
label.sub {
	padding: 4px 0 2px 0;
}
label.option {
	display: inline;
	padding: 2px 0;
	color: #333;
	font-size: 16px;
	font-weight: normal;
}

.textbox {
	font-size: 16px;
	width: 420px;
	/*border: 1px solid #7f9db9;*/
}
.textbox.error {
	/*border: 1px solid #ff6666;*/
}
.textarea {
	font-size: 16px;
	width: 420px;
	height: 56px;
}
.dropdown {
	font-size: 16px;
	width: 426px;
}
.checkbox {
	margin-right: 6px;
}
.checkboxes {
	list-style: none;
}
.checkboxes li {
	margin-right: 20px;
}
.radiobtn {
	margin-right: 6px;
}
.radiobtns {
	list-style: none;
}
.radiobtns li {
	margin-right: 20px;
}

.inputnote {
	float: right;
	width: 310px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #999;	
}

ul.list {
	/*list-style-position: inside; */
	margin-left: 1em;
}
ul.list li {
	margin: 2px 0;
}
ol.list {
	/*list-style-position: inside; */
	margin-left: 1.45em;
}

.clear {
	clear: both;
}

.blue {
	color: #0f7090 !important;
}
.gray {
	color: #999999 !important;
}
.red {
	color: #ff0000 !important;
}

.alt {
	font-family: Georgia, "Times New Roman", Times, serif !important;
}
.alt2 {
	font-family:Tahoma, Arial, Helvetica, sans-serif !important;
}
.big {
	font-size: 20px !important;
}
.uppercase {
	text-transform: uppercase;
}

.footnote {
	margin: 30px 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #777;
}

blink {
	font-weight: bold;
	color: #fff;
	background: #f00;
}