@charset "utf-8";
/* Hide Navigation Areas */

#header {
	display:none;
}

#menu {
	display:none;
}

#ft {
	display:none;
}

/* Print Content Styles */
p, {
	line-height: 100%;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px;
	vertical-align: text-top;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #1457c2;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 135%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}


