body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px groove;
}


.tables 
{
	background-color: #FFFFFF;
	width: 100%;
	border: 1px solid #4682B4;
}

.dbtext 
{
	font-weight: bold;
}

.tblhead {
	background-color: #4682B4;
	color: #FFFFFF;
	font-weight: bolder;
}

.tblmain {
	width: 100%;
	border: thick groove #999999;
	background-color: #CCCCCC;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
