a:hover
{
	color:maroon;
	text-decoration:none;
}

a:link
{
	color:red;
	text-decoration:none;
}

a:visited
{
	color:red;
	text-decoration:none;
}

body
{
	background-image:url(hatch2.jpg);
	background-repeat:repeat;
	font-family:Verdana;
	font-size:x-small;
}

table
{
	font-size:x-small;
}

.dashedline
{
	border-color:black;
	border-style:dashed;
}

.distributortable
{
	font-size:xx-small;
	border-style:ridge;
}

.footertable
{
	background-color:#555555;
}

.maintable
{
	background-color:white;
	border-color:#555555;
	border-style:solid;
	border-width:medium;
}

.sidetable
{
	background-color:#dddddd;
	border-color:gray;
	border-style:solid;
	border-width:thin;
	font-size:xx-small;
	width:120;
}