<style type="text/css">/* Styling for the Subscribe Form | WebValence | (c)4/02/06 *//* Style the subscribe layer */#subscribe {	background-color: gainsboro;	font-family: Verdana, Geneva, Sans-Serif;	letter-spacing: normal;	color: #B1221B;	font-size: 14px;	line-height: 1.2em;	padding: 0.5em;	width: 24em;	z-index: 1;	top: 20em;	left: 14em;	position: absolute;	display: none;}#subscribe legend {	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 1.2em;	font-weight: bold;	color: #B1221B;}/* Buttons on the subscribe layer */#subscribe button {	font-size: 0.8em;	line-height: 1em;	color: navy;	text-decoration: underline;	padding-bottom: 4px;}/* Enclosing table style */table#subTable {	width: 100%;	margin: 0px;}/* id the rows to gain display control *//* Subscribe, Cancel, Update row */#subAction {	visibility: visible;}/* Email address row */#row1 {	visibility: visible;}/* Name row */#row2  {	visibility: visible;}/* Send row */#subSend {	visibility: visible;}/* Response row */#subResponse {	visibility: visible;}/* Newsletter Title row */#subTitle {	visibility: visible;}/* Instructions row */#subGuide {	visibility: visible;}/* id the close button */#subX {	margin-right: 0.5em;}/* Close button style */#subX button {	font-size: 0.8em;	line-height: 1em;	color: navy;	text-decoration: underline;	padding-bottom: 4px;	float: right}/* Class for form labels */.subLabel {font-family: Geneva, Arial, Helvetica, sans-serif;font-size: 14px;	width: 40%;	text-align: right;	vertical-align: top;	font-weight: normal;	padding: 0.25em;}/* Class for top instructions */.subInst {font-family: Geneva, Arial, Helvetica, sans-serif;font-size: 14px;	text-align: left;	vertical-align: top;	font-weight: normal;	padding: 0.25em;}/* Class for input elements */.subForm {font-family: Geneva, Arial, Helvetica, sans-serif;	width: 60%;font-size: 14px;	font-weight: normal;	padding: 0.25em;}/* Class for other form elements elements */td.subForm input, radio, checkbox {font-family: Geneva, Arial, Helvetica, sans-serif;	color: black;font-size: 14px;	font-weight: normal;}/* Class for send button */td#sendText {	text-align: right;}/* id for the reply message text */#responseText {font-size: 14px;	line-height: 1.1em;	width: 100%;}/* Class for the reply mesage */.subMsg {font-family: Geneva, Arial, Helvetica, sans-serif;font-size: 14px;	width: 100%;	font-weight: normal;	padding: 0.25em;	background: #FFF;	border: thin solid green;}/* Message text: something wrong */.alert {	color: darkred;}/* Message text: results OK */.note {	color: darkgreen;}</style>