.imageRight {
		float:right; padding: 5px;	width: 100px;
		font-size: 60%;	text-align: center;
		background: transparent; background-color: #FFFFFF;
		color: black;
		border-color: #000000; border-style: solid; border-width: thin;
		margin: 5px;
		display: block;
		}
.imageLeft {
		float:left; padding: 5px; width: 100px;
		font-size: 60%;	text-align: center;
		background: transparent; background-color: #FFFFFF;
		color: black;
		border-color: #000000; border-style: solid;	border-width: thin;
		margin: 5px;
		display: block;
		}
body {
   background: white;
   font-size: 12pt;
	 color: black;
   }
* { color: inherit !important; background: transparent;}
#sidebar, .dontprint { display: none;	}
.dontscreen {display: block;}
#wrapper, #main-section, #main, #footer, #header{
   left: auto;
	 width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
	 background-color: transparent;
   background: transparent;
	 clear: both;
   }
#wrapper{
	 margin: 0 5% 0 5%;
	 }
#main {
   padding-top: 1em;
   border-top: 1px solid #930;
   }
#footer{
   margin-top: 3em;
	 border-top: 1px solid black;
	 color: black; background-color: transparent;
	 font-size: 10pt;
	 }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }