BODY
{
	background-color:Silver;
	text-align: center;
	font-family:Tahoma;
}
tr.roweven
{
	background-color:White;
}
tr.rowodd
{
	background-color:Beige;
}
td
{
	text-align:left;
	vertical-align:top;
}
td.left
{
	text-align:left;
}
td.center
{
	text-align:center;
}
td.right
{
	text-align:right;
}
td.header
{
	font-weight:bold;
}
pre
{
	font-family:Tahoma;
}
hr
{
	border-style:dotted;
	color:Navy;
	height:1px;
}
a
{
	color:Navy;
	text-decoration:none;
}
a:hover
{
	color:Red;
	text-decoration:underline;
}
a.small
{
	font-size:10px;
}

.maintable 
{
	background-color:White;
	margin-left:auto; 
	margin-right:auto;
	width:800px;
	border-bottom-color:Maroon;
	border-bottom-width:medium;
	border-bottom-style:solid;
	border-top-color:Maroon;
	border-top-width:medium;
	border-top-style:solid;
	border-left-color:Maroon;
	border-left-width:medium;
	border-left-style:solid;
	border-right-color:Maroon;
	border-right-width:medium;
	border-right-style:solid;
}
.dbtitle
{
	text-align:center;
	font-family:Verdana;
	font-size: 20px;
	width: 100%;
}
.small
{
	font-size:10px;
	color:Navy;
	text-decoration:underline;
	cursor:hand;
}