/*
   Defining what pages should print and how
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: white;
	}


.page {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12pt;
	text-align: left;
	width: 750px;
	margin: 0 0;
	padding: 0; 
	border: 0;
	color: black; 
	background: transparent;
	float: none !important;
	}

.h1 {
	font-size: 20pt;
	font-weight: bold;
}

.h2 {
	font-size: 16pt;
	font-weight: bold;
}

.h3 {
	font-size: 14pt;
	font-weight: bold;
}

hr {
	clear: both;
	padding-top: 20px;
	height: 1px;
	border: 0;
	background: url(images/site/hr.gif) repeat-x scroll center;
	}

.clear {
	clear: both;
	}


div.hr {
	clear: both;
	padding-top: 15px;
	padding-bottom: 10px;
	height: 2px;
	border: 0;
	background: url(images/site/hr.gif) repeat-x scroll center;
	}

div.hr hr {
	display: none;
	}

div.hrsmall {
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
	height: 1px;
	border: 0;
	background: url(images/site/hr_small.gif) repeat-x scroll center;
	}

div.hrsmall hr {
	display: none;
	}

div.dottedhr {
	clear: both;
	padding-top: 10px;
	height: 1px;
	border: 0;
	background: url(images/site/hr_dotted.gif) repeat-x scroll center;
	}

div.dottedhr hr {
	display: none;
	}

div.clearhr {
	clear: both;
	padding: 10px 0px 0px 0px;
	height: 1px;
	border: 0;
	}

div.clearhr hr {
	display: none;
	}

.page a:link, .page a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

.contentin a:link:after, .contentin a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 9px;
	}

.sidebar {
	display: none;
	width: 0px;
	}

.headerinfomenu {
	display: none;
	}

.headerfeaturesmenu {
	display: none;
	}

.bottom {
	display: none;
	}

.header img {
	display: none;
	}

.header .headertitle {
	height: 45px;
	}

.header .hide {
	display: block;
	}

.contentleft {
	display: block;
	width: 250px;
}

.contentleft img {
	float: none;
	clear: both;
}
