/* GENERIC TABLE / BODY STYLE */
body {
	font-family: Arial, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 2px;
	background-color: #FFFFFF;
	color: #434444;
}
td {
	font-family: Arial, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 2px;
	color: #434444;
}

/* STANDARD LINKS */
a:link { color: #009546; text-decoration: none; }
a:visited { color: #009546; text-decoration: none; }
a:hover { color: #333333; text-decoration: underline; }


/* NEW GLOBAL CLASSES */
.heading { font-size: 18px; font-weight: normal; color: #009648; text-transform: uppercase; }
.smallheading { font-size: 13px; font-weight: normal; color: #009648; }
.small_text { font-size: 10px;  }
.small_text_color { font-size: 10px;  color: #009648; }

/* FORM CLASSES */
input { font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; }
.form_text { color: #000000; width:200px; }
.form_text_small { color: #000000; width:80px; }
.form_textarea { color: #000000; width:200px; height: 100px;  font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
.form_checkbox { margin: 0px; }
.form_button { }