.fixedtext {
	font-size: 10px;
}

.box {
	margin: 0px;
	padding: 3px;
	spacing: 2px;
	height: 8px;
	width: 100%;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	font-size: 11px;
	color: #000000;

}

.boxresources {
	margin: 0px;
	padding: 3px;
	spacing: 2px;
	height: 8px;
	width: 200px;
	font-size: 11px;
	color: #000000;
	border: 1px solid #CCCCCC;
}
.boxresourcestitle {
	margin: 0px;
	padding: 0px;
	spacing: 2px;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
	height: 0px;
	width: 0px;
	text-align: left;
	border: 1px solid #999999;
	vertical-align: top;
}