@charset "UTF-8";

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!important;
   line-height: 1.5;
   padding: 0px;
   margin: 0 5%;
   font-family:Arial, Helvetica, sans-serif;
   text-align: left!important;
   overflow: visible!important;
   }

p,
img,
h1,
h2 {
	padding: 10px 10px 0 0;
	display: block;
	clear: both!important;
	overflow: visible!important;
	z-index: 1!important;
}

h5 {
	font-size: 130%;
	letter-spacing: 0.7pt;
	padding: 15px 0 0 0;
}
   
#header,
#footer,
#mediaPlayer,
#RgtCol,
.hiddenItems,
#SubCol,
#subnav {
   display: none!important;
   }
   
#show #RgtCol {
	display:block!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) ") ";
   }
  */ 


