form {
	margin: 0;
}

a:link, a:visited  {
	color: #0066CC;
}

a:hover {
	text-decoration: none;
}

body {
	background: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	margin: 0;
}

td {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}

th {
	font-weight: normal;
}

.footer {
	font-size: 10px;
	color: #0066CC;
}

a.footer, a.footer:active, a.footer:link, a.footer:visited {
	color: #0066CC;
	text-decoration: none;	
}

a.footer:hover {
	color: #0066CC;
	text-decoration: underline;	
}

input {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	border: 1px solid #7F9DB9;
	padding-left: 5px;
	padding-right: 5px;
}

textarea {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	border: 1px solid #7F9DB9;
	padding-left: 5px;
	padding-right: 5px;
}

div.scroll {
	height: 280px;
	width: 325px;
	overflow: auto;
	padding: 0px;
}

div.row {
	clear: both;
	padding-top: 2px;
}

div.row label {
	float: left;
	width: 85px;
	text-align: right;
	white-space: nowrap;
	vertical-align: middle;
}

div.row label.req {
	color: red;
}

div.row span.form {
	float: right;
	text-align: left;
	width: 210px;
	vertical-align: middle;
}

div.row span.form textarea {
	height: 40px;
}

div.row span.form input, div.row span.form textarea {
	width:100%;
}

fieldset {
	border: #99CCFF solid 0px;
	margin: 0;
	padding: 5px;
}

legend {
	color: #009A9A;
	background: #CCFFFF;
	border: #2266AA solid 1px;
	padding: 1px 10px;
	font-weight: bold;
}

#newRegistrant th {
	white-space: nowrap;
	text-align: right;
}

#newRegistrant * {
	font-size: 10px;
}


.search_results {
	font-weight: bold;
	color: #4BAEFF;
}

.tablebg {
	background: #CFEDFF;
}

label, th {
	color: #0066CC;
}

.manage_contacts {
	font-size: 16px;
	font-family: Georgia;
	font-weight: bold;
	color: #999999;
}