body, td, p {
	font-family: "Trebuchet MS", "Tw Cen MT", Arial;
	font-size: 12px;
	color: #000000;

}
.logoBack {
	background-image: url(../images/main/logo.jpg);
}
.topBack {
	background-image: url(../images/main/bg_top.jpg);
	background-repeat: repeat;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
/*============================*/
/*USED FOR MIDDLE 3 TD'S OF HOME PAGE*/
/*============================*/
.midBack {
	font-family: "Trebuchet MS", "Tw Cen MT", Arial;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../images/main/bg_mid.jpg);
	font-weight: normal;
	padding-left: 3px;
}
/*============================*/
/*FOOTER CLASSES*/
/*============================*/

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../images/main/bg_footer.jpg);
	padding: 3px;
}

.footer a:link, .footer a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration:none;
	/*background-color: transparent;*/

}
.footerContact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
/*============================*/
/*USED ON MIDDLE OF HOME PAGE */
/*============================*/
.midText {
	font-family: "Trebuchet MS", "Tw Cen MT", Arial;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.midText a:link {
	text-decoration:underline;
	color: #9c0000;
}
.midText a:visited {
	text-decoration:underline;
	color: #9c0000;
}
.midText a:hover {
	/*background-color: #9c0000;*/
	text-decoration:underline;
	color: #003333;
	
}
/*============================*/
/* USED FOR IDENTIFYING PRODUCT TITLE ON EACH PAGE*/
.productTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #003333;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(../images/spacer413.gif);

}
/* USED FOR IDENTIFYING PRODUCT CONTENT ON EACH PAGE*/
.productBody {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003333;
	padding:3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
/*============================*/
/* BORDER CLASSES*/
/*============================*/
.borderBandR {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.borderL {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.borderAll {
	border: 1px solid #999999;
	background-color: #FFFFFF;

}
.borderTop {
	border-top: 1px solid #CCCCCC;

}
.borderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;

}
/*============================*/
/* ===END OF BORDER CLASSES===*/
/*============================*/
.rowBack {
	font-family: "Trebuchet MS", "Tw Cen MT", Arial;
	font-size: 12px;
	color: #003333;
	background-color: #CCCCCC;
}

.fillBack {
	background-image: url(../images/spacer150.gif);
}
/*============================*/
/* USED FOR BOLDING POINTS OF INTEREST ON EACH PAGE
FOUND THROUGHOUT SITE ========*/
.productSubTitle {
	font-family: "Trebuchet MS", "Tw Cen MT", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #003333;
}
/*============================*/
/* USED LINKS THROUGHOUT SITE */
a:link {
	text-decoration:underline;
	color: #9c0000;
}
a:visited {
	text-decoration:underline;
	color: #9c0000;
}
a:hover {
	/*background-color: #9c0000;*/
	text-decoration:underline;
	color: #003333;
}
/*============================*/