/* CSS Document */
/*
a.Link:link { text-decoration:none; color:#993300;}
a.Link:visited{ text-decoration:none; color:#993300;}
a.Link:hover{ text-decoration:none; color:#F34F07;} 
*/

a
{ 
text-decoration:none; 
color:#993300;
}

a:visited
{ 
text-decoration:none; 
color:#993300;
}

a:hover
{ 
text-decoration:none; 
color:#008000;
}


.footLink
{
font-weight:bold; 
color:#FFFFFF;
}
/*
.footLink a:link 
{
font-weight:bold; 
color:#FFFFFF; 
text-decoration:none;
}
*/
a.footLink:visited
{ 
text-decoration:none; 
color:#FFFFFF;
}

.footLink a:hover 
{
font-weight:bold; 
color:#008000; 
text-decoration:none;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color:#FFDFDF;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 60%;
	height: 40%;
	padding: 16px;
	border: 5px solid #900;
	background-color: white;
	z-index:1002;
	overflow: auto;
}




