/* Print CSS style */

/* -------------------------- html selectors ---------------------------------*/

body {
 background: white;
 font-size: 13pt;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* -------------------------- main divisions ---------------------------------*/

#subnav {
 display: none;
}

#contentstyles {
 display: none;
}

#top {
 max-height: 95px;
 max-width: 730px;
}

#contentleft03 {
 width: 730px;
 padding: 0;
 border: 0;
 color: black;
 background: transparent none;
 text-align:justify;
}

.imgmail{
 display: none;
}

.imgnav{
 display: none;
}

.titel {
 width: 730px;
 padding: 0;
 border: 0;
 color: blue;
 background: transparent none;
 text-align:left;
}

/* print footer */

#footer {
	width: 760px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	font-style:normal;
	margin-top:8px;
	margin-left:20px;
}