.solidtable {
	vertical-align: middle;
	border: thin solid #000000;
	font-size: small;
	position: absolute;
	left: 10%;
	top: 10%;

}


.blacklink {
	font-family: Tahoma;
	font-style: normal;
	color: #000000;
	font-size: x-small;
	text-decoration: none;
}

.blacklink hover{
	text-decoration: underline;
}


.whitelink {
	font-family: Tahoma;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	font-size: x-small;
}

.whitelink hover{
	text-decoration: underline;
}

body {
	white-space: nowrap;
	font-family: Tahoma;
	font-size: x-small;
}


.dashtable {
	vertical-align: middle;
	border: thin dashed #666666;
	font-size: small;
}


.dashtablemain {
	vertical-align: middle;
	border: thin dashed #666666;
	font-size: small;
	padding: 5px;
}
.header {
	font-family: Tahoma;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}
.text {
	font-family: Tahoma;
	font-size: x-small;
	color: #333333;
}
