/*
	Style sheet for Robert Bion Ltd.
	Last updated: 08 July 2003.
*/


 *{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	line-height: normal; 
	font-variant: normal; 
	color:black;
	}


body {   
	background-color: white;
}


img {
	border: 0;
	}



#maintable {
	width: 100%;
	background-color: white;	
	border: 0px;	
	}
	
	
.maincontent {
	padding-left: 25px;
	padding-right:15px;
	padding-top: 5px;
	padding-bottom: 15px;
	width: 100%;
	}
	

	
#mainnav {
	display: none;
	}
	
	
	
#subnav {
	display: none;
	}
	
	
	
.topnav {
	font-size: 9pt;
	}
	

h1 {
	font-size: 11pt;
	font-weight: bold;
	}
	



.sidenav {
	display: none;
	}
	
	

	
	
hr {
	height: 1px;
	width: 95%;
	color: black;
	}
	

.floatleft {
	display: none;
	}
	
	
	
.floatright {
	display: none;
	}
	


.footer {
	display: none;
	}
	
	
dt {
	font-weight: bold;
	margin-top: -10px;
	}
	
	


a {
    text-decoration: underline;
	color: red;
    }
	


	
a.sitecredit {
	display: none;
}




.blurred {
	border: #333333 1px solid;
	padding: 1px; 
	background: #f2fbfe;  
	color: #676c6f; 
}



.blurredcheckbox {
	border: 0;
	padding: 1px; 
	background: #f2fbfe; 
	color: #676c6f; 
}



.focused {
	border: #7dbdd6 1px solid; 
	padding: 1px; 
	background: white; 
	color: black; 
}
	

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 10pt;
   }
   


#content a[href^="/"]:after {
   content: " (http://www.bion.com" attr(href) ") ";
   }			
			
			

address {
		font-size: 9pt;
		}