/* CSS Document */
#ContactAddress {
	font: 11pt Arial, Helvetica, sans-serif;
	line-height:16pt;
}
 
#ContactFrm {
	margin:0px;
	padding:0px;
}

#ContactFrm label {
	font: 8pt Arial, Georgia, "times new roman", Arial, Helvetica, sans-serif;
	color:#333333;
	display:block;
	margin:10px 0px 3px 0px;
}

.sub-text {
	font: 8pt Arial, Georgia, "times new roman", Arial, Helvetica, sans-serif;
	color:#999999;
}


#ContactFrm .textbox {
	width:200px;
}

#ContactFrm .textarea {
	margin:0px;
	padding:1px;
	float:none;
	font: 10pt Arial, Helvetica, sans-serif;
	width:200px;
}

#ContactFrm .button {
	display:block;
	font: 9pt Arial, Helvetica, sans-serif;
	margin:2px 0px;
}

.red {
	color:#c51818;
}

ul.subsection_tabs {
	margin-left:0px;
	padding:0px;
	list-style:none;
	padding:0;
	clear:both;
	border-bottom:1px solid #9e0001;
	height:20px;
	width:550px;
	clear:both;
}

ul.subsection_tabs li.tab {
	float:left;
	margin-right:7px;
	text-align:center;
	border:1px solid #9e0001;
	background-color:#9e0001;
	border-bottom:0;
}

ul.subsection_tabs li.tab a {
	display:block;
	height:20px;
	padding:0 6px 0 6px;
	background-color:#9e0001;
	color:#fff;
	width:80px;
	text-decoration:none;
}

ul.subsection_tabs li.tab a:hover {
	color:#fff;
}

ul.subsection_tabs li.tab a.active {
	background-color:#fff;
	color:#333;
}
