body {
	background-image: url(images/sideback.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



.back2 {
	background-image: url(images/topback.jpg);
	background-repeat: repeat-x;
	background-position: top;
}.bluebold {
	font-weight: bold;
	color: #056DB1;
}
a:link, a:visited, a:active {
	color: #056DB1;
}
a:hover {
	color: #0291F0;
	text-decoration: none;
}

.smalltext {
	font-size: 11px;
}
ul.products {
	margin-left: 7px;

	list-style-image: url(images/_bullet.gif);
}
li.products {
	margin-top: -2px;
	margin-bottom: 2px;
}
.smallred {
	font-size: 11px;
	color: #FF0000;
}
.redtext {
	color: #FF0000;
}
table.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #137FC0;
	border-right-color: #137FC0;
}
td.border {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #137FC0;
	border-left-color: #137FC0;
	background-color: #EEEEEE;
}
.err {
	font-weight: bold;
	color: #FF0000;
}

/*****  Meet the team styles *****/

#intro {padding-bottom:8px;}
#intro p {padding-bottom:12px;}

.member {position:relative; padding:20px 0 8px 170px; width:400px; border-top:1px solid #d9d9d9;}

.member h2 {font:bold 16px Arial, Helvetica, sans-serif; color:#026aae; margin:0; padding:0;}
#intro p, .member p {line-height:150%; margin:0; padding:0 0 12px 0;}
.member img {border:1px solid #d9d9d9; padding:2px; left:0px; position:absolute; top:20px;}



