body {
	font-family: Verdana;
	background-color: #666666;
}
.header-cell {
	border: 1px solid #0033cc;
	font-size: 11px;
	cursor:hand;
	height: 20px;
	font-weight: bold;
	background-color: #0033cc;
	color: #ffffff;
	margin-right: 1px;
	margin-left: 1px;
}
.header-link {
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}
.sub-header-cell {
	font-size: 11px;
	cursor:hand;
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
}
.sub-header-cell-bot {
	font-size: 11px;
	cursor:hand;
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
}
.sub-header-table {
	position: absolute;
	display: none;
	background-color: #ffffff;
	border: 1px solid #ff0000;
}
.footer-cell {
	background-color: #0033cc;
	color: #ffffff;
	font-size: 11px;
	padding: 3px;
}
.normal-text {
	font-size: 11px;
}
.bold-text {
	font-size: 11px;
	font-weight: bold;
}
.left-col {
	font-size: 11px;
	background-color: #999999;
}
.small-info-header {
	font-weight:bold;
	background-color: #ff0000;
	
}
.small-info-data {
	background-color: #cccccc;
	
}
.input-small-flat {
	border: 1px solid #000000;
	font-size: 11px;
}
.purple-text{
	color: #660033;
}