/* CSS Document */

#banner, #topnav, #topbar, #subnav {
  display: none !important;
}
body, #main, #content, #footer {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family:Arial, Helvetica, sans-serif;
  color:#333;
  font-size: 11pt;
 
}

#main{
	margin:25px;
}

html body #main {background: none;}


html body #footer {
	background: none; 
	border-top:1px solid #ccc; 
	border-bottom:1px solid #ccc;
	font-size:9px;
	text-align:center;
}


html body pre, html body code {vertical-align: baseline;}

a:link, a:visited {
	background: transparent;
	text-decoration: none;
	color:#666;
	border-bottom:1px ridge #CCC;
}

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

#content:before {
	/*content: url(../../../images/logo.jpg)*/ ;
}

img {
	float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */
}

