
/********************* Global Text Declarations *********************/

/* Global Text family and size declarations */

body, body div, body p, body th, body td, body li, body dd, body input, body a, body select, body textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #565555;
    font-weight: normal;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: small;
}

/* Firefox and Mozilla */
html>body, html>body div, html>body p, html>body th, 
html>body td, html>body li, html>body dd, html>body input, html>body a, html>body select, html>body textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
}


h2 {
	font-family: Arial; sans-serif;
	font-size: 120%;
	color: silver;
}

.form_error {
	border: 2px inset red;
}

.contactForm table tr td {
	vertical-align: top;
}


.error_message {
	color: red;
}
