body
{
	height: 100%;
	background: Tan;
	font-family: arial;
}

.colhead
{
	color: White;
	background-color: #000099;		
}

ol.bullets
{
	list-style-type: circle;
}


table.thinb, table.thinb td
{
	border: 1px solid black;
	border-collapse:collapse;
	background-color: white;    
}

table.thinb tr th
{
	border: 1px solid black;
	border-collapse: collapse;
	color: white;
	background-color: #000099;
}
fieldset
{
	background-color: white;
}

pre {
    display: inline;
    font-family: arial;
    font-size: inherit;
    white-space: pre;
    margin: 0;
}
