body, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 616161;
	margin: 0px;
}
td, tr {
	font-size: 11px;
	color: #000;
}
.copyright {
	text-align: right;
	vertical-align: bottom;
	padding: 5px;
}
li {
	list-style-type: disc;
	list-style-position: outside;
	padding: 2px;

}

ol li {
	list-style-type: decimal;
}

.sectionHeader {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 6px;

}
.content {
	padding: 10px;
}
.border {
	border-right: 1px solid #616161;
	border-bottom: 1px solid #616161;
	border-left: 1px solid #616161;
}
h1 {
	font-size: 21px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
a:link {
	color: #385078;
}
a:hover {
	text-decoration: none;
	color: #586985;

}
a:visited {
	color: #385078;
}
a:active {
	color: #385078;
}

a.menu:link {
	color: #616161;
	text-decoration: none;
	font-weight: bold;

}
a.menu:hover {
	color: #616161;
	font-weight: bold;
	text-decoration: none;

}
a.menu:visited {
	font-weight: bold;
	color: #616161;
	text-decoration: none;
}
.reg_question {
	font-weight: bold;
}
.reg_question label, .reg_question small {
	font-weight: normal;
}
#question_form label {
	padding-left: 20px;
}
.adminTable td {
	padding-bottom: 5px;
}