body {
	font-size: 11pt;
}

#banner {
	width: 100%;
}

#bound {
  border: none;
	width: 100%;
	padding: 0px;
}

.noPrint, form {
  display: none;
}

.fullcolumn {
	width: 100%;
	float: none;
}

.twothirdcolumn {
	width: 100%;
	float: none;
}

.thirdcolumn {
	width: 100%;
	float: none;
}

.minorbox {
	font-size: 12pt;
  background: transparent;
	border-top: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
  widows: 2;
	orphans: 2;
}

.majorbox {
  widows: 5;
	orphans: 5;
}

.advertbox {
  display: none;
}

h1 {
  background: transparent;
	border-right: none;
}

h2 {
  background: transparent;
	border-right: none;
}

h3 {
  background: transparent;
	border-right: none;
}

h4 {
  background: transparent;
	border-right: none;
}

.minorbox h1 {
  background: transparent;
	border-right: none;
}

.minorbox h2 {
  background: transparent;
	border-right: none;
}

.minorbox h3 {
  background: transparent;
	border-right: none;
}

.minorbox h4 {
  background: transparent;
	border-right: none;
}

ul.menu li.heading {
  background: transparent;
}

a:link:after, a:visted:after {
	content:' [' attr(href) '] '
}

pre, code {
	word-wrap: break-word;
}

abbr, acronym {
  border-bottom: none;
}

th {
	background: transparent;
}

caption {
	background: transparent;
}

img.icon {
	position: relative;
}


