body {
	font-family: Arial, Helvetica, sans-serif;
	background: url('../images/watermark_connectors.gif') no-repeat; 
	
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
td.breadcrumb {
	font-size: xx-small;
	color: #A2ACAF;
}
a.breadcrumb:link {
	color: #254673;
	text-decoration: none;
}
a.breadcrumb:visited  {
	color: #254673;
	text-decoration: none;
}	
a.breadcrumb:hover {
	text-decoration: underline;
}	
.maintitle {
	font-size: large;
	text-transform: uppercase;
}
.subtitle {
	font-size: small;
	text-transform: uppercase;
}
.localnav {
	font-size: x-small;
}
a.localnav:link{
	text-decoration: none;
	color: #254673;
}
a.localnav:visited{
	text-decoration: none;
	color: #254673;
}
a.localnav:hover {
	text-decoration: underline;
}
.mainbody {
	font-size: x-small;
}
td.tablehead {
	font-size: small;
	color: white;
	background: #134C75;
	font-weight: bold;
	padding-left: 5px;
}
td.tableheadcontact {
	font-size: x-small;
	color: white;
	background: #12274A;
	padding-left: 5px;
}
td.tablesubhead {
	font-size: x-small;
	color: white;
	background: #A2ACAF;
	font-weight: bold;
	padding-left: 5px;
}
td.tablesubheadcontact {
	font-size: x-small;
	color: white;
	background: #1A4D75;
	padding-left: 5px;
}
td.tablebody {
	font-size: x-small;
	color: black;
	background: #cccccc;
	font-weight: normal;
	padding-left: 5px;
}
td.product {
	color: #FFFFFF;
	background: #A2ACAF;
	font-size: small;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #A2ACAF;
}
td.product:hover {
	border: 2px solid #ED7B22;
}
a.tablebody:link, a.tablebody:visited {
	color: #ED7B22;
	text-decoration: none;
}
a.tablebody:hover {
	text-decoration: underline;
}
.productimage {
	border: 2px solid #a2acaf;
	margin-left: 5px;
}
.productimageleft {
	border: 2px solid #a2acaf;
	margin-right: 5px;
}