/* CSS Document */
body {
	background-image: url(img/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373737;
}
a:link {
	color: #003876;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003876;
}
a:hover {
	text-decoration: none;
	color: #003876;
}
a:active {
	text-decoration: underline;
	color: #003876;
}
.page_titles {font-size:14px;
			  color:#003876;
			  font-weight:bold;
			  text-transform:uppercase;}
.section_headings {color:#003876;
			       font-weight:bold;
			       text-transform:uppercase;}
.testimonials {color:#003876;}
.product_highlights {color:#003876;}
.copyright {font-size:11px;
			color:#003876;}
