/* sets text to be one shade lighter than black  */
TD.text {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* sets text to be one shade lighter than black  */
TD.head {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
	font-weight: bold;
}

/* Same as Text, but one px smaller  */
TD.textsm {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* sets links to be the same color as text on the page  */
A.text {
	color : #000000;
}

/* sets links to be the standard link color  */
A.normal {
	color : #cc9900;
}

/* sets links to be the standard link color, after visiting a page  */
A.normal:VISITED {
	color : #cc9900;
}

/* sets links to be the standard link color, displays white on hover  */
A.normal:HOVER {
	color : #ffffff;
}

/* these values are used for the Contact Us and Cost Estimator forms */
.color1 { background-Color:#333333; color:white }
.color2 { background-Color:#ffcc00 }
.color3 { background-Color:white }
.color3 { background-Color:white }
