/* CSS Document for Print */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
/********************************************************/
html {
	height: auto;
	margin-bottom: 0px;
}
body {
	background-color: #FFFFFF;
	text-align: left;
}
#container {
	background-color: #FFFFFF;
	background-image: none;
	width: 100%;
	text-align: left;
	margin: auto;
	overflow: auto;
}
/********************************************************/
#header {
	display: none;
}
#printHeader {
	display: block;
	text-align: right;
	width: 100%;
}
/********************************************************/
#menue {
	display: none;
}
/********************************************************/
#content {
	background-image: none;
	width: 100%;
	height: auto;
	float: none;
	padding: 42px 0px 42px 0px;
}
		#content h1, td h1, td h2 {
			font-weight: bold;
			color: #767676;
			font-size: 1.1em;
			margin-bottom: 10px;
			padding-left: 17px;
			padding-bottom: 2px;
			width: 100%;
			border-bottom: 1px dashed #C4C4C4;
		}
				td h2 {
					width: auto;
					margin-right: 67px;
				}
		#content p, td p {

			font-size: 0.8em;
			margin-bottom: 10px;
			padding-left: 20px;
			padding-right: 0px;
		}
				#content p a {
					color: #000000;
					text-decoration: none;
				}
		#content img.rightPic {
			float: right;
			margin: 0px 0px 5px 20px;
		}
		object, embed {
			display: none;
		}
/********************************************************/
		#startLeft {
			width: 100%;
			float: none;
		}
				#startLeft h1 {
					font-weight: bold;
					color: #767676;
					font-size: 1.1em;
					margin-bottom: 10px;
					padding-left: 17px;
					padding-bottom: 2px;
					border-bottom: 1px dashed #C4C4C4;
				}
				#startLeft p {
					font-size: 0.8em;
					margin-bottom: 10px;
					padding-left: 20px;
					padding-right: 20px;
				}
		#startRight {
			display: none;
		}
/********************************************************/
#footer {
	background-color: #FFFFFF;
	background-image:none;
	width: 100%;
	height: 47px;
	clear: both;
	font-size: 0.7em;
	padding-top: 10px;
	text-align: left;
}
		#footer a {
			color: #000000;
			text-decoration: none;
		}
