	body { background:#fff; }
	body, .mainstay {
	       font-family: Verdana, sans-serif;
	       font-size: 11px;
	       margin:0px;
	       padding:0px;
	       }
	tt { font-size:13px }
	.header {
	       position: relative;
	       top: 0px;
	       right:0px;
	       margin:0px;
	       text-align:left;
	       color:#def;
	       font-size:16px;
	       font-family:Trebuchet MS,Helvetica Neue,Arial;
	       width:100%;
	       height:87px;
	       background: #2971ae url(dissolutehead.gif) no-repeat top right;
		   }
.green .header {
	       background: #9eacaf url(dissolutehead.jpg) no-repeat top left;
	       }
	.mainstay { 
	       border-bottom:1px #776 dotted;
	       text-align:justify;
	       padding:10px !important;
	       margin:0 10px 0 16px; 
	       color:#542;
	}
	.breakouts {
	       z-index:100;
	       width:220px;
	       height:100%;
	       float:right;
	       padding:5px;
	       margin:0 0 0 5px;
	}
	dl {
	       width: 218px;
	       margin: 0px;
	       padding: 0px;
	       background: #4c74a6 url(dissbox.gif) no-repeat bottom left;
	       margin-bottom:10px;
	       }
.green dl {
	       background: #638e48 url(dissbox-green.gif) no-repeat bottom left;	
}
       dt {
	       margin: 0 0 10px 0;
	       padding: 10px;
	       color: #fff;
	       border-bottom: 1px solid #acf;
	       background: #669cbe url(dissboxtop.gif) no-repeat top left;
	       }
.green dt {
	       border-bottom: 1px solid #afc;
	       background: #89a964 url(dissboxtop-green.gif) no-repeat top left;	
}	
	dd {
	       margin: 0 0 0 10px;
	       padding: 0 10px 10px 10px;
	       color: #fff;
	       font-family: Verdana, sans-serif;
	       font-size: 10px;
	       background: url(dissarrow.gif) no-repeat 0 3px;
	       }
	a, a:visited { color:#542 }
	dd a, dd a:visited { color:#acf }
.green dd a, .green dd a:visited { color:#afc }
	dt a, dt a:visited { color:#fca }
	h1,h2,h3,h4,h5 { margin:1px; font-weight:bold }
	h1 { font-size:16px }
	h2 { font-size:14px }
	h3 { font-size:11px }
	h4 { font-size:10px }
	h5 { font-size:9px }

@media print {
body {
   background: white;
   font-size: 12pt;
   }
.noprint {
   display: none;
   }
body {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
a:link, a:visited {
   color: #025;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
a[href^="/"]:after {
   content: " (http://www.dissolute.com.au/" attr(href) ") ";
}
}

