body { 
	margin: 0; 
	padding: 0;
	background: #666 url('/images/pageBg.png') repeat-x top left;
	color: #000;
	font: normal .75em Verdana, Arial, Sans-Serif; 
	line-height: 1.4;
}
img { border: none; }
h1,h2,h3,h4,h5,h6 { color: #500000; }
h1 {
	font-size: 1.7em;	
	margin: 0.3em auto;
	border-bottom: 0.1em solid #999;
}
h2 {
	font-size: 1.5em;	
	margin: 0.3em auto;
	border-bottom: 0.1em solid #999;
}
h3 {
	font-size: 1.2em;
	border-bottom: 0.1em solid #999;
	margin: 0.3em auto;
}
h4 {
	margin: 0.5em auto;
	font-size: 1em;
}
h5 {
	margin: 0.5em auto;
	font-size: .75em;
}
a:link, a:visited, a:active { color: #060; text-decoration: none; font-weight: bold; }
a:hover { color:#500000; text-decoration: underline; font-weight: bold; }
.center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.bold { font-weight: bold; }
.clear { clear: both; }
.italic { font-style: italic; }
.uline { text-decoration: underline; }
.hidden {
	display: none;
	padding: 0;
	margin: 0;
}
#skip a
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
#skip a:focus
{
position:static;
width:auto;
height:auto;
} 
.noborder { border: none; }
.noclear { clear: none; }
.left { float: left; }
.right { float: right; }
.indent { text-indent: 1em; }
.notice {
	border: 0.1em #999 solid;	
	margin: 1em;
	padding: 0.5em;
	text-align: left;
}
.nobullet {
	list-style-type: none;
}
.pdf_list {
	list-style-image:url("/images/acrobat.gif");
	list-style-type: disc;
}
.sidebar {
	padding: 0.5em;
	border: #999 0.1em solid;
	margin: 0  0 0.5em;
	background-color: #FFF;
}