	body {
	margin:0px;
	padding: 0px;
	background: #FFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	text-align:left;
	}

	h1 { 
		color: #000;
		font-size: 12px;
		padding: 2px;
		font-weight: bold;
		text-transform: uppercase;
	}

	h2 { 
		color: #000;
		font-size: 10px;
		padding: 2px;
		font-weight: bold;
		text-transform: uppercase;
	}

	
	p,li {	font-size: 11px; line-height: 16px;	margin-bottom: 5px; }
	a:hover { cursor:hand }
#subnav a:visited, #subnav a:active, #subnav a:link { font-size: 11px; line-height: 16px;	margin-bottom: 5px;color: #999999; font-weight:bold; text-decoration: none; padding-right: 30px; }
#subnav a:hover {	font-size: 11px; line-height: 16px;	margin-bottom: 5px;color: #333333; font-weight:bold; text-decoration: none; padding-right: 30px; }

	.testimonial {
	color:#999999;
	font-weight:normal;
	font-style:italic;
}
.table {
	border: 1px solid #026EA0;
}
.tableheader {
	background-color: #026EA0;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 11px; 
}

.toggle {
	cursor:pointer;
	cursor:hand;
	color:#0000cc;
}
.toggle:hover {
	color:#cc3300;
}
td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	}
	
.required {
	font-weight:bold;
	color: #990000;
}
