BODY,P, BR, UL, OL, TD, TH, LI
{
  color: 767676;
  font: 11px tahoma, helvetica, sans-serif;
}

A {
  text-decoration: none;
  color: #F5271A;
}

A:hover {
  text-decoration: underline;
  color: #F5271A;
}

.blue {
  color: #1D7BAC;
}

.black {
  color: #000000;
}

.whilebold {
  color: #FFFFFF;
  font-weight: bold;
}

.whilebold:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.graybold {
  color: #A8A8A8;
  font-weight: bold;
}

.gray {
  color: #767676;
}

.graybold:hover {
  color: #A8A8A8;
  text-decoration: none;A8A8A8
}

.gray:hover {
  color: #767676;
  text-decoration: none;767676
}

.redbold {
  color: #F5271A;
  font-weight: bold;
}

.redbold:hover {
  color: #F5271A;
  text-decoration: none;
}


.active {
   color: #F5271A;
   font-size: 10px;
}

.bold {
  font-weight: bold;
}

.text_field {
  width        : 316px;
  font-size    : 10px;
  font-family  : tahoma;
  border       : 1px solid #E6E6E6;
}

.search_field {
  width        : 200px;
  font-size    : 10px;
  font-family  : tahoma;
  border       : 1px solid #E6E6E6;
}


.border {
  border       : 1px solid #E6E6E6;
}

.lightborder {
  border       : 1px solid #F4F4F4;
}

.borderon {
  border       : 1px solid #F5271A;
}

.btnactive {
	background-image: url(../../images/bg_act.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.btnpassive {
  background-image: url(../../images/bg_pass.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

h1 {
color:#F5271A;
text-decoration:none;
font-size:10px;
white-space:nowrap;
display:inline;
font-weight:normal;
}
/* RESOURCES SECTION STYLES */
table.resources{
width:776px;
margin:7px;
border-collapse:collapse;
}
	.resources img{
	border:0px;
	}
	.resources th{
	text-align:left;
	border:1px solid #bebebe;
	background-color:#f9f9f9;
	padding:4px;
	font-weight:bold;
	vertical-align:top;
	}
	.resources td{
	width:50%;
	padding:4px;
	font-weight:normal;
	border:1px solid #bebebe;
	}
	.textlinks a{
	background:url(../../images/icon.gif) center left no-repeat;
	padding-left:15px;
	color: #F5271A;
	}
.res_btnactive {
	width:140px;
	background:#F5271A url(../../images/bg_act.gif) top right no-repeat;
}

.res_btnpassive {
	width:140px;
	background:#E6E6E6 url(../../images/bg_pass.gif) top right no-repeat;
}