@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.contentBlock {
	text-align:justify;
	margin: 10px;
	width:475px;
}
.suppliergrid {
	float:left;
	width:235px;
	height: 100px;
}
.suppliergridtext {
	float:left;
	width:235px;
	height: 20px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 11px;
}
.orangeList {
	color:#FF6600;
	font-weight:bold;
	font-size:12px;
}
a.contentLinks {
	text-decoration:none;
	font-weight: bold;
	color: #3366CC;
}
a.contentLinks:hover {
	text-decoration:underline;
	font-weight: bold;
	color: #3366CC;
}

