/* ================================
    CSS STYLES FOR OnlineWeb
   ================================
*/   


.H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
                font-weight: bold;
}

/* module title style used instead of H1 for compact rendering by QuickLinks and Signin modules */
.H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
                text-decoration: underline;
}

/* text style used for most text rendered by modules */
.H4, label, .NewsletterText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}




