/* CSS Document */


body{
background-image:  url(../assets/bgs/red.gif);
}

.tablespecs {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tablehead {
	font-weight:bold;
	color:#000000;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

a:link {
	color: #993333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663333;
}
a:hover {
	text-decoration: none;
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #663333;
}
