body, td{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

a{
	text-decoration: none;
	color: #000000;
}

a:hover{
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}

a.testing{
	text-decoration: none;
	font-weight: lighter;
	color: #000000;
}

.r:hover{
	text-decoration: none;
	font-weight: lighter;
	color: #000000;
}

.table-label-small{
    font-size: 12px;
	font-color: black;
	background: #999999;
}

.table1{
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.table2{
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 0px #CCCCCC;
}
.table3{
	border-top: solid 0px #CCCCCC;
	border-left: solid 1px #000000;
	border-right: solid 0px #CCCCCC;
	border-bottom: solid 0px #CCCCCC;
}

.table-label-small td{
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.result-row-small td{
	font-size: 11px;
	border-bottom: solid 1px #CCCCCC;
}


