/* Print CSS */

/*Tags -------------------------------- */

body { 
	background: #FFF; 
	color: #000; 
	font: 12pt/1.4em Georgia, Garamond, 'Times New Roman', serif; 
	} 
form {display:none;}
h1,h2,h3,h4,h5,h6 {
	font-family:'trebuchet ms', trebuchet, helvetica, sans-serif;
	}
h1 {
 	border-right:1px solid #999999;
 	float:left;
 	font-size:24pt;
 	font-weight:bold;
 	line-height:24pt;
 	margin:0 0 11pt 0;
 	padding:0 11pt 0 0;
 	}
h2 { 
	font-weight: normal; 
	margin: 1em 0; 
	padding: 0; 
	text-transform: uppercase; 
	}

img{ display: none;}  

:link,:visited {
	color:#000099;
	font-weight:bold;
	text-decoration:underline;
 	}
:link:after,:visited:after {
 	content:" (" attr(href) ")";
 	font-size:90%;
 	font-weight:normal;
	}
.invisible,p.text {display:none;}


/*Layout -------------------------------- */
#header form,#footer {display:none;}

.rtop,.artop{display: none}

#content {
 clear:left;
 border:1px solid #666666;
 border-width:1px 0;
 }
#content li {margin-bottom:.25em;}
#content .emphasis {
 font-size:12pt;
 font-weight:bold;
 }
#content hr {
 height:1px;
 color:#999999;
 background-color:#999999;
 border-color:#999999;
 margin:1em 0;
 border-width:0;
 }
 #hmenu, #vmenu, #sidebar {display:none;}
