h2 {
	font-size: 16px;
	padding-left: 10px;
}

th {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	padding-left: 3px;
}

blockquote {
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 0px;
}

table.browse {
	width: 95%;
}

table.browse, table.form {
	vertical-align: top;
	border: 1px dotted #C5C5C5;
	border-collapse: collapse;
}

table.browse td, table.form td {
	text-align: left;
}

table.form {
	font-size: 75%;
}
div.faq {
	font-size: 14px;
}

table.faq {
	border 0px none;
	border-collapse: collapse;
	empty-cells: show;
}

div.answer {
	font-style: italic;
}

div.afaq {
	width: 25;
	float: left;
}

span.green {
	color: #008000;
}

div.greenfaq {
	font-style: normal;
	color: #008000;
	text-align: center;
}

td.label {
	background-color: #003774;
	color: #ffffff;
	font-weight: bold;
	padding-left: 4px;
}

td.label label {
	display: inline;
	float: none;
}

form.inline {
	display: inline;
	min-width: 0;
	width: auto;
}

td.control {
	background-color: #eeeeee;
}

div.status {
	width: 85%;
	border: 1px solid #C5C5C5;
	background-color: #eeeeee;
}

div.error, div.warning, div.message {
	text-align: left;
	padding-left: 10px;
}

.inline {
	display: inline;
}
