/* 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: #717171;
}
td {
	font-family: Arial, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 2px;
	color: #717171;
}
.contentBox {
 line-height: 20px;
 }

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

/* NEW GLOBAL CLASSES */
h1 { font-size: 20px; font-family: Georgia, "Times New Roman", Times, serif;  color: #000; padding-bottom:6px; margin-bottom:6px; font-weight: normal; border-bottom: 1px dotted #000; text-transform:uppercase; padding-top: 0; margin-top: 0; }
h2 { font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif;  color: #000; padding-bottom:6px; margin-bottom:6px; font-weight: normal; border-bottom: 1px dotted #000; }
h3 { font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif;  color: #333; border:0; margin:0; padding:0; font-style:italic;}
h3:hover {
color: #C22E2E;
}
h4 { font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif;  color: #000; border:0; margin:0; padding:0; font-weight: normal; }
h5 { font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif;  color: #666; border:0; margin:0; padding:0; font-weight: normal; text-transform: uppercase; }

.heading { font-size: 20px; font-family: Georgia, "Times New Roman", Times, serif;  color: #000; }
.smallheading { font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; color: #000; }
.small_text { font-size: 10px; font-family: Arial, Verdana, Tahoma, Arial,  Helvetica; }
.small_text_color { font-size: 10px; font-family: Arial, Verdana, Tahoma, Arial, Helvetica; color: #6f6f6f; }

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