TABLE
{
	font-family: Tahoma;
	font-size: small;
	width: 100%;
}

.headertable
{
	background: #430506;
	border-color: #2d2523;
	font-family: Tahoma;
	font-size: small;
	color: #ffffff;
	width: 100%;
}

.webheadertable
{
	background: #cccccc;
	border-color: #2d2523;
	font-family: Tahoma;
	font-size: small;
	color: #740000;
	width: 100%;
}

.coloredcontentheader
{
	background: #99C8FF;
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	border: solid 2px #dcdcdc;
	width: 100%;
}

.contentheader
{
	background: #f5f5f5;
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	border: solid 2px #dcdcdc;
	width: 100%;
}

.contentsubheader
{
	background: #f6f6f6;
	font-family: Tahoma;
	font-size: small;	
	border: solid 1px #dcdcdc;
	width: 100%;
}

.content
{
	font-family: Tahoma;
	font-size: medium;
	border: solid 0px #ffffff;
	width: 100%;
}

.routelist
{	
	font-family: Courier New, Monospace, Courier;
	width: 100%;
}


a:link 
{ 
	color: #740000;
    font-size: medium;
}

a:visited 
{ 
	color: #740000;
}

a:hover 
{ 
	color: #740000;
}

a:active 
{ 
	color: #740000;
}
	
