body  {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
}

#parsediv {
	width:830px;
	height:400px;
	overflow:scroll;
}
	
#printdiv1 {
	width:800px;
}
	
#printdiv2 {
	width:800px;
}
	
table {
	width:100%;
	border-style:solid;
	border-width:1px;
	font-size: 11px;
}

h1  {
    font-size: 13px;
    color: #4080c0;
}

.alt {
	background-color:LightGray;
}
.vet {
	background-color:LightSlateGray;
}

th {
	background-color:LightGray;
	text-align:left;
}

.hidden {
	visibility:hidden;
}

