div.banner
{
	background-color: white;
	width: 95%;
}
div.content
{
	width: 95%;
}
table.menu
{
	margin: 0px;
}
span.location
{
	color: #e93a2a;
	font-family: Tahoma;
	font-size: 18px;
}
table.content
{
	margin-top: 2px;
	border: 1px solid black;
}
span.text
{
	color: #e93a2a;
	font-family: Tahoma;
	font-size: 14px;
}



a:link, a:visited, a:active
{
	text-align: center;
	background-color: #fff;
	text-decoration: underline;
	color: #666;
	font-family: Tahoma;
	font-size: 12px;
	display: block;
	width: 100%;
}
a:hover
{
	text-align: center;
	background-color: #fff;
	text-decoration: none;
	color: #666;
	font-family: Tahoma;
	font-size: 12px;
	display: block;
	width: 100%;
}
span.linkdesc
{
	color: #999;
	font-family: Tahoma;
	font-size: 11px;
}






a.menu:link, a.menu:visited
{
	text-align: center;
	background-color: #3c6ecd;
	color: #fff;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
	display: block;
	width: 100%;
	border: 1px solid white;
	border-bottom: 0px;
}
a.menu:active, a.menu:hover
{
	text-align: center;
	background-color: #2f8b35;
	color: #fff;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
	display: block;
	width: 100%;
	border: 1px solid white;
	border-bottom: 0px;
}
a.menu2:link, a.menu2:visited
{
	text-align: center;
	background-color: #e93a2a;
	color: #fff;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
	display: block;
	width: 100%;
	border: 1px solid white;
}
a.menu2:active, a.menu2:hover
{
	text-align: center;
	background-color: #2f8b35;
	color: #fff;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
	display: block;
	width: 100%;
	border: 1px solid white;
}