/* GENERIC TABLE / BODY STYLE */
body {
	font-family: Calibri, "Myriad Pro", sans-serif;
	font-size: 13px;
	margin-left: 5px;
	margin-top: 2px;
	background-color: #000;
	color: #969696;
}
td {
	font-family: Calibri, "Myriad Pro", sans-serif;
	font-size: 13px;
	margin-left: 5px;
	margin-top: 2px;
	color: #969696;
}

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

/* NEW GLOBAL CLASSES */
.heading { font-size: 26px; font-weight: normal; text-transform: uppercase; color: #e18b1b; }
.smallheading { font-size: 16px; font-weight: normal;  text-transform: uppercase; color: #e7e7e7; } /**e18b1b**/
.smallheading_color { font-size: 16px; font-weight: normal;  text-transform: uppercase; color: #e18b1b; } /****/
.newsheading { font-size: 14px; font-weight: normal;  text-transform: uppercase; color: #d7d7d7; }
.small_text { font-size: 11px;  }
.small_text_color { font-size: 11px; color: #6f6f6f; }

/* FORM CLASSES */
input { 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-size: 11px;}
.form_checkbox { margin: 0px; }
.form_button { }

ul { margin: 5px 0 5px 15px;  padding: 0; }
