/* -------------------------------------------------------------- 

   * Print Styles *
   
   #header, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */

body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  color:#000;
  background: none;
  font-size: 11pt;
}
#header {
display:none;
}

#rightcolumn { 
 background: #ffffff;
 float: left;
 margin: 0px;
 padding: 0px;
 width: 800px;
 display: inline;
 position: relative;
 text-align:justify;
}

#bottem {
	margin-top:20px;
	text-align: right;
	font-size:70%;
	color: #000000;
}

#footer, #leftcolumn { display:none; }

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%; 
  height:2px; 
  margin:2em 0; 
  padding:0; 
  border:none; 
}
blockquote { 
  margin:1.5em 0; 
  padding:1em; 
  border:0.2em solid #ccc; 
  font-style:italic; 
  font-size:0.9em; 
}

.small, .small p  { font-size: 0.9em; }
.large, .large p  { font-size: 1.1em; }
.quiet, .quiet p  { color: #999; }
.hide             { display:none; }

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */ 

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */



