html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
/* Reset */

del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}

/* CSS Document */

body { 
   background: white;
   font-size: 12pt;
   line-height: 1.5;
   padding: 0px;
   margin: 0 5%;
   font-family:Arial, Helvetica, sans-serif;
   text-align: left!important;
   overflow: visible!important;
   }

.right-box,
#content,
.scroll-pane,
p,
img,
h1,
h2 {
	padding: 10px 10px 0 0;
	display: block;
	clear: both!important;
	overflow: visible!important;
	z-index: 1!important;
}

img {float:right!important}

.scroll-pane,
#content {
	height: 100%!important;
	width: 80%!important;
	float: none!important;
}
   
#header,
#navigation,
.logo,
#tab-static,
#footer {
   display: none!important;
   }
   
#content table {
	margin: 20px 0!important;
}

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   display: block!important;
   }
a[href^="/"]:after {
	
   content: " (http://www.abc.com" attr(href) ") ";
   }
   
.scroll-pane {
	padding-top: 100px!important;
	width: 85%!important;
}


