/* print css*/

body {
	margin: 0px;
	color: #333333;
	background: #ffffff; 
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#print {
	width: 100%;
	background-image: url(../images/j6designPrint.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 70px;
	padding-top: 45px;
	text-align: right;
}

#css { 
	display: none;
	}

#logo {
	display: none;
}

#box {
	WIDTH: 18cm; 
	height: 100%;
	text-align: left;
	BACKGROUND: #ffffff;
	border: none;
}

#textArea {
	WIDTH: 12.5cm; 
	border: none;
	overflow: visible;
	text-align: justify;
	float:right;
}

#scroll {
	WIDTH: 12.5cm; 
	border: none;
	overflow: visible;
	text-align: justify;
	float:right;
}

#header {
	width: 100%;
	text-align: left;
	}

#mainMenu {
		display: none;
}

#copyright {
	display: none;
}

