/*base changes*/
a{
	color:#898273;
	text-decoration:none;
}

a:hover{
	color:#898273;
	text-decoration:underline;
}

td{
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	color:#878787;
}

ul{
	margin-left:25px;
	margin-top:10px;
}

/*text-only*/

.NavLinx{
	color:#7e7e7e;
}

.FooterText{
	color:#bc5910;
}

.FooterText:hover{
	color:#bc5910;
}

.stdText{
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	color:#878787;
}

.txtGray{
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#999999;
}

.ProductTitle{
	font-family:Verdana,arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#4E493E;
}

.sideBarHeader{
	font-family:Verdana,arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#4E493E;
}

.sideBarSubHeader{
	font-family:Verdana,arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#898273;
}

.sideBarLink{
	font-family:Verdana,arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#7E7E7E;
}

.txtAttributeHeader{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#918A7C;
}

.techAnswers{
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#878787;
}

/*text with BG color*/
.dkBeige{
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	color:#996699;
	background-color:#E5C59B;
}

.tblSubNavItems{
	background-color:F1EAE0;
	color:#7E7E7E;
	text-decoration:none;
}

/*bg*/
.ltGray{
	background-color:#F6F4EE;
}

.FooterBG
{
	background-image:url('/images/img_footer.gif');
	background-repeat:no-repeat;
	height:75px;
	width:750px;
}

.sBox
{
	background-image:url('/images/greenBox.gif');
	background-repeat:no-repeat;
}
.eBox
{
	background-image:url('/images/btn_emailBox.gif');
	background-repeat:no-repeat;
}

.SubNavHeader{
	background-color:E0BC9F;
}

.tblAttributes{
	border:1px solid #B9B9B9;
	background-color:FDFBF9;
}
/*hide linked areas by specifying a default cursor*/
.stdMousePointer{
	cursor:default;

}

/*forms*/
.TextBox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border:1px solid #666666;
}	