body {
	font-family: Verdana;
	font-size: 12px;
	}

td {
	font-family: Verdana;
	font-size: 12px;
	}

a {
	font-family: Verdana;
	text-decoration: underline;
	color: #000000; 
}

a:hover {
	font-family: Verdana; 
	text-decoration: none;
	color: #D39A3D;
	}

a.dplink:link {
	color: #0080C0;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}	
a.dplink:hover {
	color: #FF80C0;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}	
a.dplink:active {
	color: #FF80C0;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}	
a.dplink:visited {
	color: #0080C0;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}	
	
.label {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	}

.bdy {
	font-family: Verdana;
	font-size: 12px;
	}

.head {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}

.subhead {
	font-family: Verdana;
	font-size: 11px;
	color: #003366;
	}

.note {
	font-family: Verdana;
	font-size: 10px;
	}


.hdrlinks {
	font-family: Verdana; 
	font-size: 12px; 
	text-decoration: none;
	font-weight: bold;
	color: #000000; 
	}

form {
	margin-bottom: 0px;
	margin-top: 0px;	
	padding-bottom: 0px;
	padding-top: 0px;
}
	
.sbmt {
	background: #E5CC99;
	color: #000000; 
	border-color: #D39A3D;
}
	
#emailclub {
	background-color: #FFFFFF;
	color: White;
	margin-bottom: 10px;
	margin-top: 5px;
	background-image: url(/art/snomail_bg.jpg);
	background-repeat: no-repeat;
	width: 604;
	height: 100;
}
#emailclubform {
	color: White;
	padding-left: 200px;
	padding-top: 40px;
	font-family: Verdana,arial;
	font-size: 11px;
	font-weight: bold;
}	

/*********************************************************/
/* classes to support error message display */

.errblock {
	align: center;
	background-color: #FFEEEE;	
	border: 1px solid #FF0077;
	margin-top: 10px;		
	margin-bottom: 10px;		
	}	
	
.err {
	color: #990000;
	font-family: verdana,arial; 
	font-size: 11px;
}

.errtitle {
	color: #990000;
	font-family: verdana,arial; 
	font-size: 12px;
	font-weight: bold;
}

.notice {
	color: #000099;
	font-weight: bold;
}	
