* {margin:0;padding:0;} 


td {
	font-family : arial, Helvetica, times new roman, Helvetica, sans-serif;
	font-size : 11pt;
	color : #000000;
}

.copy {
	font-family : arial, Helvetica, times new roman, Helvetica, sans-serif;
	font-size : 11pt;
	color : #000000;
}

.copy2 {
	font-family : arial, Helvetica, times new roman, Helvetica, sans-serif;
	font-size : 9pt;
	color : #000000;
}
.footer {
	font-family : arial, Helvetica, times new roman, Helvetica, sans-serif;
	font-size : 10pt;
	color : #DEAE1E;
}

.blacktext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #000000;
}

a {
	font-family: Helvetica, times new roman, Helvetica, sans-serif, Arial;;
	font-size : 11pt;
	text-decoration : none;
}

a:hover {
	font-family: Helvetica, times new roman, Helvetica, sans-serif, Arial;;
	font-size : 11pt;
	text-decoration : underline;
}


.weather {
	font-family: Helvetica, times new roman, Helvetica, sans-serif, Arial;;
	font-size: 8pt;
	color : #000000;
	font-weight: 600;
}

.form { font-size: 7px; color: #000000; }

.form2 { font-size: 12px; color: #000000; }

.form3 { font-size: 14px; color: #000000; }

.form4 { font-size: 9px; color: #000000; }

.form5 { font-size: 11px; color: #000000; }

.headergreen {
	font-family : Helvetica, times new roman, Helvetica, sans-serif, Arial;;
	font-size : 14pt;
	color : #92F4FA;
}
/*
	----------------------------
	Form error message
	____________________________
*/
div#warningMessage { margin: 0 0 0 0px; display: none; height: 20px; overflow: hidden; padding: 0; }
div#warningMessage.show { display: block; }
div#warningMessage.hide { display: none; }
div#warningMessage img { float: left; }
div#warningMessage p { margin: 0; padding: 0; position: relative; left: 5px; font-size: 9px; color:red;}
.error{color: red;}