@charset "utf-8";
/* CSS Document */
#page_header,
#page_menu,
#breadcrumbs,
#copywrite_notice,
#page_footer,
#column2,
#careers_box,
#hcp_box
{
	display:none !important;
}

object{
	display:none;
}

body{
	font-size:76%;
	color:#003366;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:100;
}
h1{
	color:#6a9be2;
	font-size:1.3em;
	font-weight:bold;	
	margin-bottom:10px;
	
}
h1.grey{
	margin:0;
	color:#424242;
}
h1.underline{
	border-bottom: 1px solid #d1d1d1;
	margin-left:-15px;
	margin-right:-10px;
	text-indent:0px;
	padding-bottom:5px;
	position:relative; /*ie6 doesn't show image outside of container unless this is set*/
	text-indent:15px;
	z-index:1;
}

h1 em{
	color:#000000;
	font-size:0.9em;
	font-style:normal;
}
.picture_navigation h1{
	color:#404141;
	margin:0px 0px 5px 0px;
}
.infoBox h1{
	color:#000000;
	margin:0;
	font-size:1.1em;
}

h2{
	font-size:1.2em;
	letter-spacing:-1px;
	color:#003366;
	margin-bottom:5px;
}
h2.listHeading{
	color:#404141;
}
div.infoBox 
{
    border: solid 1px black;
    padding: 5px;
}