/* screen display styles */
/* print styles */
BODY {color: black; background: white;}

A:link, A:visited 

{background: white; color: black; text-decoration: underline;
   font-weight: bold;}
   
H1, H2, H3 {background: white; color: black; padding-bottom: 1px;
   border-bottom: 0px solid gray;}
   




.widthset {
	width: 500px;
	font-size: 12px;
}
.navbg {
	visibility: hidden;
	display: none;
}

#logo {
	
	width: 100%;
	height: 150px;
	float: left;
	display: block;
	font-size: 16pt;
	font-weight: bold;
}
.header { 
 	display: none;
}
.main_bg{
	
	padding: 10px ;
	width: 600px;
	color: #000;
	
	
}
.footer {
	display: none;
	height: 0;
	width: 0;
}

.leftcol {
	display: none;
}
.rightcol {
	display: none;
}
#outer {
	height: 100%;
	width: 100%;
	text-align: left;
}
.header {
	display: none;
	width: 0; height: 0;
}
