body {
	font-family: verdana, arial, helvatica, georgia;
	font-size: 10pt;
} 

p.footer {
	color: silver;
	font-size: 8pt;
} 

a {
    	text-decoration: none;
	color: black;
}

a:visited {
    	text-decoration: none;
	color: gray;
}

a:active {
    	text-decoration: none;
	color: silver;
}

a:hover {
    	text-decoration: underline;
}

.boxtext { 
  	color: black;
	background-color: white;
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
} 
.largetext {
   	color:black;
	width:230px;
/*	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px; */
	font-size: 30px;
	line-height:28px;  
	text-align: left;
}

.medtext {
   	color:black;
	width:240px;
	font-size: 18px;
	line-height:20px;  
	text-align: left;
}

.bodytext {
   	color:black;
	width:240px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	font-size: 30px;
	line-height:28px;  
	text-align: left;
}

.ctext {
   	color:black;
	width:240px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	font-size: 14px;
	font-weight: bold;
	line-height:16px;  
	text-align: left;
}
#mainCell {
	background-repeat: no-repeat;
}

#header {
	text-align: center;
}

#box {
	float: right;
	width: 250px; 
	height: 250px;
	padding: 8px;
	margin: 10px;
	border:1px solid silver;
	background-color: white; 
/*	position:absolute;
	z-index: -1; */
}

div.box0  {
	visibility:hidden;
}

div.box20 {
/*	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/75p_white.png');   */
	
	opacity:.20;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;  
}

div.box70  {
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
