* {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
h1 {
	font-family: helvetica, serif, sans-serif, arial;
	font-size: 16px;
	font-weight: bold;
	text-align : left;
	color : Black;
}
h2 {
	font-family: helvetica, serif, sans-serif, arial;
	font-size: 14px;
	font-weight: bold;
	text-align : left;
	color : Black;
}
h3 {
	font-family: helvetica, serif, sans-serif, arial;
	font-size: 12px;
	font-weight: bold;
	text-align : left;
	color : Black;
}

#logo {
	display : none;
}
#auto {
	display : none;
}
#menu {
	display : none;
}
#menu h1 {
	font-weight : bold;
	font-size : 10px;
	padding: 2px 5px 0px 10px;
}
#menu p {
	text-align : center;
	font-weight : bold;
	padding : 3px 0px 0px 0px;
}
#menu a {
	color: black;
	text-decoration: underline;
}
#body {
	position:absolute; left:0px; top:0px;
	font-size: 10px;
	text-align : left;
}


thead th {
	font-size: 9px;
	font-family: helvetica, serif, sans-serif, arial;
	background : #FFFF99;
	padding : 1px 4px 1px 4px;
	font-weight : bold;
}
th {
	font-family: helvetica, serif, sans-serif, arial;
	background : #F0F0F0;
	padding : 1px 4px 1px 4px;
	font-weight : normal;
	text-align: left;
	font-size: 10px;
}
td {
	padding : 1px 4px 1px 4px;
	font-size: 10px;
}
em {
	font-family: "Courier New", Courier, monospace;
	background : #F0F0F0;
	font-style : normal;
}

a {
	color : black;
}
a:link, a:visited {
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}

.copyright {
	display : none;
}

.noprint {
	display : none;
}

