.norm
{color: black; 
font-family: Tahoma,Verdana,Arial,Helvetica,Geneva,sans-serif;
font-size: 12; 
font-style: normal;
text-decoration: none}

.nav
{color: white; 
font-family: Tahoma,Verdana,Arial,Helvetica,Geneva,sans-serif;
font-size: 10; 
font-style: bold;
text-decoration: none}

.footer
{color: white; 
font-family: Tahoma,Verdana,Arial,Helvetica,Geneva,sans-serif;
font-size: 9; 
font-style: normal;
text-decoration: none}


a:active
{
text-decoration: underline;
font-weight: bold;
color: white;}

a:link
{
text-decoration: none;
font-weight: bold;
color: white;}

a:visited
{
text-decoration: none;
font-weight: bold;
color: white;}

a:hover 
{ 
font-weight: bold;
text-decoration: none;
color: black; 
}

.black_overlay
{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 200%;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
	}

.white_content {
display: none;
position: absolute;
top: 25%;
left: 25%;
width: 50%;
height: 70%;
padding: 16px;
border: 16px solid orange;
background-color: white;
z-index:1002;
overflow: auto;
}

.white_contentIE {
display: none;
position: absolute;
top: 25%;
left: 25%;
width: 915px;
height: 630px;
padding: 16px;
border: 16px solid orange;
background-color: white;
z-index:1002;
overflow: auto;

}

.black_overlayIE
{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 2000px;
height:2000px;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
	}
