/* Low-end styles */

td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
/* page sections */
#header {
}
#content {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#container {
	background: #fff;
	}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
.linklist li {
	list-style-type: disc;
}
#results h3 {
	font-size: 12pt;
	text-align: center;
	}
#results h4 {
	color: #900;
	font-size: 10pt;
	}
.required {
	color: #b00;
	font-weight: bold;
	}
.hide {
	display: none;
	}
.hideHeader {
	display: none;
	}
.show {
	display: table-cell;
	}

.showHeader {
        background: #3366AA url("../images/bluebk.jpg") repeat-x;
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	border-right-style: solid;
	border-right-width: 1px;
	border-color: white;
}

