body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a {
	color: #005F9E;
	text-decoration: none;
}
a:link {
	color: #005F9E;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}



.productnames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #005f9e;
}
.modelnumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #005F9E;
}
.whitetitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	font-style: italic;
}
.description2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	font-style: italic;
}
.featuretitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-transform:uppercase;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005F9E;
}
.greytitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #999999;
}
.modelnumberWht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}


/* ----    Admin Section CSS    ---- */
.textalert {
	font-weight: bold;
	color: #990000;
	background-color: #FFFFCC;
	padding: 7px;
}
.subtext {
	font-size: 10px;
	color: #888888;
}
.img_border {
	border: 1px solid #E1E1E1;
}
.lpad {
	padding-left: 3px;
}
.rpad {
	padding-right: 3px;
}
.lrpad {
	padding-left: 3px;
	padding-right: 3px;
}
.tbpad {
	padding-top: 2px;
	padding-bottom: 2px;
}
.ltgreyback {
	background: #F7F7F7;
}
.txtlg {
	font-size: 14px;
}
