.noprint {
	display: none;	
}

Body {
  background-color			 : #FFFFFF;
}

A {font-weight: normal; text-decoration: none;}
A:link    {font-weight: bold; color: #000000;}
A:visited {font-weight: bold; color: #000000;}
A:hover   {font-weight: bold; color: #000000}

.button{
	font-size		: 10pt; 
	height			: 20; 
	padding-left	: 2px; 
	padding-right	: 2px; 
	padding-top		: 1px; 
	padding-bottom	: 1px; 
	color			: #000000; 
	border			: 1px solid #000000; 
	background-color: #FFFFFF;
	cursor			: hand; 
}

.Content {
	height:100%; 
	overflow:visible; 
	overflow-y: visible; 
	overflow-x:visible; 
}
