@charset "utf-8";
/* CSS Document */

body {
   background: white;
   font-size: 10pt;
   margin: 0 5% auto;
   text-align:center;
   }

#menublock {
   display: none;
   }
#navigation{
	display:none;
}
div.printimg {
	visibility:hidden;
	display:none;
}
#wrapper, #content {
   width: auto;
   margin: 0 5% auto;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 5%;
   padding-top: 1em;
   padding-bottom: 1em;
   border-top: 1px solid #930;
   }
div#subcontent{
	display: none;
}
div#mast {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
   }
a:link, a:visited {
   /*color: #520;*/
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
p.breakhere {page-break-before: always}

/*#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 70%;
  }*/
table {
	/*width:auto;*/
	font-size: 87%;
	padding: 5px;
	margin-left: 7%;
}
#content a[href^="/"]:after {
   content: " (http://www.yourasm.com" attr(href) ") ";
}
#footer p{
	display:none;
}
