/* CSS Document */

.content {
	padding: 10px 10px 10px 10px;
}
.label {
	height:10px;
	width: 100%;
	background-color:#000000;
	padding-top: 5px;
	border: 1px #000000 solid;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.label-title {
	color:#FFFFFF;
	padding: 0px 0px 0px 5px;
	font-weight: bold;
	font-size: 16px;
	text-align:left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.content-body {
	/*width: 100%; */
	border: 1px #000000 solid; 
	background-color: #FFFFFF;
	font-size: 13px;
}
.spacer {
	width: 100%; 
	height: 5px; 
}
