/*-----------------------------------------------------------
	Project:	The PROJECT
	Author:	C2iS - LGU
	Type :	Css just for printing
--------------------------------------------------------------*/

/* Global settings */
body{
	width: auto; 
	float: none !important; 
	margin: 0 5%; 
	padding: 0; 
	border: 0; 
	background:white;
	font-size:10pt;
	line-height:1.3;
	font-family:Arial, Helvetica, sans-serif; 
	color: black; 
}
h1{ font-size:13pt; color:black; margin-top:15px; }
h2{ font-size:12pt; color:black; margin-top:15px; }
h3{ font-size:11pt; color:black; margin-top:15px; }
a:link, a:visited{ text-decoration:underline; color:#520; background:transparent; }
hr{ display:none; }
img { vertical-align: bottom; }
a img { border:0; }
ul li{ display:inline; list-style:none; }

/* Specific settings */

#content { width: auto; margin: 0 5%; padding: 0; border: 0; float: none !important; color: black; background: transparent none; }
img { vertical-align: bottom; }

.cufon-canvas{ display:none; }
