body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}.bg_home {
	background-image: url(/images/bg_home.jpg);
	background-repeat: no-repeat;
}
.bg_services {
	background-image: url(/images/bg_services.jpg);
	background-repeat: no-repeat;
}
.bg_products {
	background-image: url(/images/bg_products.jpg);
	background-repeat: no-repeat;
}
.bg_about {
	background-image: url(/images/bg_about.jpg);
	background-repeat: no-repeat;
}
.bg_contact {
	background-image: url(/images/bg_contact.jpg);
	background-repeat: no-repeat;
}
.bodytext {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.bodytext_tight {
	font-size: 12px;
	color: #666666;
}
.black12 {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.red12 {
	font-size: 12px;
	color: #990000;
}
.headline {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
}
.bullet {
	margin-left: 0.5em;
	padding-left: 0.5em;
	list-style-image: url(/images/bullet_red.gif);
	margin-top: 0px;
	padding-top: 0px;
}
.red {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #A10044;
}
