/* CSS Document */
body {
	background-color: #B2B4BF;
	color:#000000;
	background-image: url(/images/shell/background.gif);
	background-repeat: repeat;
}
body,td,th {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
}
.style1 {
	background-color:#FFFFFF;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
.style2 {
	color: #666666;
	font-size: 10px;
}
.boxContainer {
	width:175px;
	height:133px;
	border:#000000 solid 1px;
	margin:3px;
	float:left;
	overflow:hidden;
}
.boxHeader {
	width:175px;
	background-color:#000000;
	text-align:center;
	font-weight:bold;
	color:#FFCC00;
}


