﻿html,
body,
#contents,
.contents
{
  font-size: 10pt;
  color: #000000;
  font-family: Arial;
  background-color: #ffffff;
  background-image: url('');
}

#headerContainer #topnav,
#headerContainer #headernav {
	display:none;
}
#contentsContainer #leftnav{
	display:none;
}

.headerLines{
	font: 200%/1.5 arial, helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.2em;
  color: #333399;
  border-top: 4px solid #00CC00;
  border-bottom: 4px solid #00CC00;
  margin: 10px 0 0 0; /* top, right, bottom, left */
  padding: 5px; /* top, right, bottom, left */
}

table *{
	border:1px solid #CCCCCC;
}
a:after{
	content: ' [' attr(href) '] ';
}			

.paddedItem,
.sectionHeader,
.headerLines{
  font-weight: bold;
}

#admin_nav
{
	display: none;
}
