/* CSS Document */
body {
	background: white;
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, sans-serif;;
	color: #000000;
	line-height: 12pt;
	}
a {
	color: #000000;
	text-decoration: underline;
}		
#nav, #sidebar, #secNav, #thirdNav{
	display: none;
	}
#footer{
	font-size: 8pt;
}
#contactDivider{
	clear:both;
	margin-bottom:10pt;
}

#copyright{
	font-size: 8pt;
	}
h2{
	font-size: 12pt;
	font-weight: bold;
	margin-top:10pt;
	margin-bottom: 5pt;
}
h3{
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 5pt;
}
label{
	font-size: 10pt;
	line-height: 12pt;
}
input, select, textarea{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	color:#333333;
}

.fields{
	border:solid 1pt #333;
	width:150pt;
}
