
* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
    
}
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
A:link {text-decoration: none; color:#252525}
A:visited {text-decoration: none; color:#252525}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: black;}

#bg { 
    position: fixed; 
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
}

.box { 
    margin: 0 auto; 
    width: 640px;
    padding: 0px;

    border-left-style: solid; 
	border-left-color: #0d3877; 
	border-left-width: 6px;
	border-right-style: solid; 
	border-right-color: #0d3877; 
	border-right-width: 6px;
	
	border-bottom-style: solid; 
	border-bottom-color: #0d3877; 
	border-bottom-width: 2px;
	 
    padding-bottom:0px;
    font: 14px/2.8 Georgia, Serif;
}
.upper { 
 	opacity:0.65;
	filter:alpha(opacity=80);
	background: white; 
    
}

.lower { 
 	opacity:1;
	filter:alpha(opacity=100);
 	 
	background: white; 
	
	 width: 100%;
    height: 100%;
    
}

 

#focus-stealer      { position: absolute; left: -9999px; }

 
.main {
	color: #252525;
	font: bold 13px/15px arial;
	text-align: justify;
	line-height:140%;
	margin-top: 0.6em; 
}
 .whitemain {
	color: #ffffff;
	font: bold 13px/15px arial;
	font-weight: bold; 
	text-align: center;
}
textbox {
	padding: 5px;
}


.bullets {
	list-style-type: square;
	list-style-position: inside;
	text-align: left;
	margin: 1em;
	width: 10em;
	padding: 2px;
}	

