/* Print CSS setup */

html { margin: 0; padding: 0; }

body {
	margin: 0; 
	padding: 0; 
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color:#FFF;
	}

a, a:visited {
	color: #555;
	text-decoration: none;
	}

a:hover {
	color: #FF9900;
	text-decoration: none;
	}

h1 {
	font-size: 120%;
	}

div#container {
	width: 90%;
	margin: 0;
	padding: 0 10px 0 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	}

img { display: none; }

div#header, div#banner, div#supp, div#nav, div#footer  {
	visibility: hidden;
	display: none;
	width: 0;
	height: 0;
	}

div#content {
	padding: 0 3px 2em 3px;
	line-height: 1.66;
	}
	
a.contents, a.contents:visited {
	font-weight: bold;
	}

div#footer {
	margin: 0px;
	width: 100%;
	padding: 5px 0 10px 0;
	border-top: 1px solid #000;
	text-align: left;
	color: #999;
	}

.contentheading, .contentpagetitle {
	border-left: 4px solid #666;
	padding-left: 4px;
	font-size: 14px;
	font-weight: bold;
 	color: #000;
	}

.small, .createdate {
	font-size: 10px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	}