td.menu1footer
{
	height: 40px; 
	width: 100%;
	background-color: Black;
	border-bottom-color: Red;
	border-bottom-width: 3px;	
	border-bottom-style: solid;
}

td.menu2rightborder
{
	border-right-color: #e1e1e1;
	border-right-width: 3px;	
	border-right-style: solid;
}

a.link1
{
	color: Red;
	font-weight: bold;
	text-decoration: none;
}

a.link1:hover
{
	color: #8f0000;
	font-weight: bold;	
	text-decoration: none;
}

a.link2
{
	color: red;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-family: Sylfaen;
}

a.link2:hover
{
	color: gray;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-family: Sylfaen;
}
#overlay
{
	z-index:1000;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	background:#000;
	
}
