@charset "utf-8";
/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/
h1{
display:none;}
body {
	background-image: url(../Images/paperbgd.jpg);
	background-repeat: repeat-y;
}
.style3 {font-size: 14px}
.printbutton {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #FFFFFF;
	background-image: url(../Images/print_button.gif);
	background-repeat: no-repeat;
	width: 30px;
	height: 35px;
}
.fullscreenbutton {
	position: absolute;
	left: 50px;
	top: 15px;
	color: #FFFFFF;
	background-image: url(../Images/window_fullscreen.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 35px;
}

