/* GENERIC TABLE / BODY STYLE */
body {
	font-size:12px;
	font-family: Verdana, Arial, Tahoma, Arial, Helvetica, sans-serif;
	margin-left: 5px;
	margin-top: 2px;
	background-color: #FFFFFF;
	color: #717171;
}
p {
 line-height:16px;
 
}
td {
	font-family: Verdana, Arial, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 5px;
	margin-top: 2px;
	color: #717171;
}

/* STANDARD LINKS */
a:link, a:visited  {
 color:#0099FF;
 text-decoration:none; 
}
a:hover { color: #FF9933; text-decoration: underline; }

/* NEW GLOBAL CLASSES */
.heading { color:660066;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:24px;
font-weight:normal;
text-decoration:none; }
.smallheading { font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; color: ###0099CC; }
.small_text { font-size: 10px; font-family: Verdana, Tahoma, Arial,  Helvetica; }
.small_text_color { font-size: 10px; font-family: Verdana, Tahoma, Arial, Helvetica; color: #6f6f6f; }

/* 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 { }
