/* Copyright 2003-2004 Repomanager */
.border	  { border: solid 1px black; }
.spacer	  { clear: both; }
.inverse  { color: white; background-color: black; }
.ahem	  { text-align: center; }
body {
	margin: 10px;
	padding: 0;
	color: black; 
	background: white; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}
#menu { 
	display: none;
}
#subnav {
	display: none;
}
#nav {
	display: none;
}
#main {
	width: 100%;
}
#content {
}
/* the header section */
#header {
	display: none;
}
/* the footer section */
#footer {
	display: none;
}
.printonly {
}
b, strong { font-weight: bold; }
table { border: none; }
th    { text-align: right; }
td    { text-align: left; }
abbr  { border: none; }
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
}
/* part 1: colors, backgrounds, borders, link indication */
fieldset {
	border: 1px gray solid;
	margin: 0.5em;
	padding: 0.5em;
}
legend {
	font-weight: bold;
}
input, select {
	vertical-align: middle;
}
p.warning {
	color: red;
	background: white;
}
.clearing {
	display: block; 
	clear: both; 
	visibility: hidden;
	height: 0;
	border-width: 0;
	margin: 0;
	padding: 0;
}
.boilerplate {
	font-size: 8pt;
}
.note {
	text-align: right;
	font-size: 0.75em;
}
.nowrap { white-space: nowrap; }
/* fix IE/Win not inheriting font size in tables */
  table { font-size: 1em; }
/* td,th { font-size: 1em; font-weight: normal; } */
/* Netscape won't see between start of next comment to end of 2nd comment */
/*/*/br{}
.ahem	  { display: none; }	
/* */
/* -------- debug section  -------- */
/* these are various border settings, useful for debuging
table,td,th,#menu,h1,h2,p,ul,li { border: 1px dashed green; }
form { border: 1px dashed black; }
p { border: 1px dashed yellow; }
div { border: 1px dashed red; }
*/
