.text
{
	border: 1px solid black;
	background-color: white;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: black;
	width: 233px;
}
.textb
{
	border: 1px solid black;
	background-color: white;	
	font-size: 12px;
	font-weight: bold;
	color: black;
	width: 233px;
}
.textovrb
{
	border: 1px solid black;
	background-color: pink;
	font-size: 12px;
	color: blue;
	width: 233px;
}
.textovr
{
	border: 1px solid black;
	background-color: pink;
	height: 20px;
	font-size: 12px;
	color: blue;
	width: 233px;
}
.label
{
	font-size: 12px;
	color: #5C5C5C;
	font-weight: normal;
	font-family: verdana,arial,sans-serif;
	
}
.titlep
{
	font-size: 12px;
	color: #5C5C5C;
	font-weight: bold;
	font-family: verdana,arial,sans-serif;
}
.label1
{
	font-size: 12px;
	color: #5C5C5C;
	font-weight: normal;
	font-family: verdana,arial,sans-serif;
}
.label2
{
	font-size: 11px;
	color: #5C5C5C;
	font-weight: normal;
	font-family: verdana,arial,sans-serif;
}
.redcol
{
	color: red;
	font-weight: bold;
	font-size: 12px;
	font-family: verdana,arial,sans-serif;
}
.mboard
{
	font-size: 12px;
	color: red;
	font-family: verdana,arial,sans-serif;
	font-weight: normal;
}

.dataclass
{
	border: 1px solid black;
	background-color: white;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: black;	
}
.dataclassovr
{
	border: 1px solid black;
	background-color: pink;
	height: 20px;
	font-size: 14px;
	color: blue;	
}
#resultsContainer
 {
	border: 1px solid #CCCCCC;
 }
.headTd { 
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	padding: 5px 0px 5px 0px;
}

.tableContent { 
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #E9E9E9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; color:#333333;
}