/* CSS Comments */ 
body	{
	margin:		0mm;
	padding:	0mm;
	font-family: palatino, serif;
	line-height: 1.3em;
	color:#000;
}
/* Primary Box Class */
.level0 {
	background:#c0c0c0;
	margin:0mm;
	padding:0mm;
}
/* Secondary Box Class */
.level1 { 
	margin-left:0px;
	padding-left:0px;
	background:#c0c0c0;
 }
/* Main Text Box Class */
.main {
	background:#c0c0c0;
	padding-left:25px;
	padding-right:25px;
	border-width: 0mm 0mm 0mm 0mm;
}
/* Top Bar Box Class */
.topBar { display: none }
/* Left Bar Box Class */
.lftBar { display: none }
/* redundant selectors to help NS4 to not forget */
div, p, th, td, li, dd, dl, dt    {
    font-family:  palatino, serif;
    }
/* 
Change colors, sizes, fonts etc. to what you want.
*/
h1, h2, h3, h4, h5 h6	{
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #699;
	background-color: transparent;
	margin:	5px 0 0 0;
}
h1 { font-size: 24px } 
h2 { font-size: 22px } 
h3 { font-size: 20px } 
h4 { font-size: 18px }
h5 { font-size: 14px }
h6 { font-size: 12px }
.super {
	font-family: palatino, serif;
	font-size: 11px;
	vertical-align: top;
}
.indent { text-indent: 3em }
hr.brownbar {
	align: left;
	color: #996633;
	width: 70%;
	size: 1px;
}
hr.info {
	align: left;
	color: #996633;
}
p {
	margin-top: 0; padding-top: 0;
	line-height: 1.3em;
}
small {line-height: 1.1em;
}
/* turns off gaps around images */
img	{ 
	border:	0; }}
