/******************** 
 * CSS for Minisite *
 * Media: print     *
 ********************/
 
 body {
 	font-family: sans-serif;	
 }

 #menu, #otherlang, #breadcrumbs, #skip_content, #otherproducts, #baseline, .noprint, .toplink, a.pdf, #get_acrobat {
 	display: none;
 }
 
 #logo {
 	float: left;
 }
 
 #baseline {
 	float: right;
 }
 
 #content {
 	clear: both;
	padding-top: 1em;
 }
 
 #footer {
 	padding-top: 1em;
 }
 
 h2 {
 	font-weight: normal;
 }

 table {
 	margin: 1em 0;
	text-align: left;
 }
 
 caption {
 	text-align: left;
	margin-bottom: 1em;
 }
 
 p, dl {
 	line-height: 1.2;
 }
 
 h5 {
 	font-size: medium;
 }
 
 dt {
 	font-weight: bold;
	margin-top: 15px;
 }
 
 a:link, a:visited {
 	text-decoration: none;
	color: black;
 }