/* 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;
}

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

/* NEW GLOBAL CLASSES */
h1 { font-size: 15px; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #844119; padding:0; margin: 0; }
h3 { font-size: 14px; font-family:Arial, Helvetica, sans-serif; font-weight: normal; color: #32989d; padding:0; margin: 0; border-bottom: 1px solid #32989d; }
h4 { font-size: 14px; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #844119; padding:0; margin: 0;  }
.heading { font-size: 15px; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #844119; }
.smallheading { font-size: 12px; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #844119; }
.smallheadingColor { font-size: 12px; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #32989d; }
.small_text { font-size: 10px; font-family:Arial, Helvetica, sans-serif; }
.small_text_color { font-size: 10px; font-family:Arial, Helvetica, sans-serif; color: #844119; }

/* FORM CLASSES */
input { font-family: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 { }

.timeline { font-size: 10px; color: #c4c4c4; }
.timeline a { color: #c4c4c4; }
.timeline a:visited { color: #c4c4c4; }
.timeline a:hover { color: #844119; }

.timeline_final { color: #888888; font-size: 10px; }
.timeline_final a { color: #888888; }
.timeline_final a:visited { color: #888888; }
.timeline_final a:hover { color: #844119; }

/* RELATED LINKS */
ul.relatedlinks { font-size: 11px; list-style-type: none; list-style-image: none; margin: 10px 0; padding: 0; }
ul.relatedlinks li { margin: 3px 0; padding: 0; list-style-type: none; }
ul.relatedlinks li a { color: #828282; text-decoration: none; }
ul.relatedlinks li a:hover { color: #844119; text-decoration: none; }
ul.relatedlinks li a img { border: 0; vertical-align: top; margin: 0 3px 0 0; padding: 0; }

/* RELATED DOCS */
ul.relateddocs { font-size: 11px; list-style-type: none; list-style-image: none; margin: 10px 0; padding: 0; }
ul.relateddocs li { margin: 3px 0; padding: 0; list-style-type: none;  }
ul.relateddocs li a { color: #828282; text-decoration: none; }
ul.relateddocs li a:hover { color: #844119; text-decoration: none; }
ul.relateddocs li a img { border: 0; vertical-align: top;  margin: 0 3px 0 0; padding: 0; }
