/* CSS Document */

body, td, table, div {
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:11px;
line-height:12px;
}

body {
background: white;
font-size: 12pt;
}

* {
	float:none;}


#menu {
display: none;
}
#wrapper, #content {
width: auto;
margin: 0 5%;
padding: 0;
border: 0;
float: none;
color: black;
background: transparent none;
}
div#content {
margin-left: 10%;
padding-top: 1em;
border-top: 1px solid #930;
width:600px;
margin:auto;
}

div#content a strong{	
	display:none;}

#header{
	width:auto;
	height:128px;
	background-image:url('/img/header_for_print.jpg');
	background-position:center top;
	background-repeat:no-repeat;}
	
#header	.ul_menu{	
	display:none;}
	
#left_col{	
	display:none;}
	
#footer{
	display:none;}
	
.blue_title_txt{
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;}


div.header_print{
    display: block;
}