/* CSS Print */

html, body, form {margin:0; padding:0; border:0}
body {
	font:12pt/1.4 verdana,arial,sans-serif;
	background:#f4f4f4}

/* ---- headers ---- */

h1 {
	font:16pt/1.6 Georgia, "Times New Roman", Times, serif;
	color:#944253;
	font-weight:bold;
}

/* ---- container ---- */

#container {
	width:6.25in;
	background:#FFF;
	}
	
/* ---- top ---- */

#top {
	width:6.25in;
	float:none;
	background:none;
}

#top a {color:#FFF}

#top a:hover {text-decoration:none}

#top p {
	font-size:10pt;
	color:#000;
	text-align:left;
}

#logo {display:none}

#textsize_buttons {display:none}

.textsize_title {display:none}

/* ---- middle ---- */

#middle {
	width:6.25in;
	float:none;
	clear:both;
	background:none;
}

#left {display:none}

#leftshadow {display:none}

#right {
	width:6.25in;
	float:none;
	background:none;
	padding:0;
}

/* ---- footer ---- */

#footer {
	width:6.25in;
	float:none;
	clear:both;
	border-top:2px solid #8f8071;
	background:none;
}

#footer p {
	font-size:10pt;
	color:#000;
	font-weight:bold;	
}