body {
	font-family: Helvetica;
}

div.LogoPane {
	position: fixed;
	right: 0;
	top: 0;
	margin: 5px;
	height: auto;
	width: auto;
}


div.SearchPane {
	position: fixed;
	right: 0;
	top: 30px;
	margin: 5px;
	height: auto;
	width: auto;
}


div.TitlePane {
	background: url(../graphics/honeycomb-background.jpg);
	background-repeat: no-repeat;
}

.TitlePane h1 {
	font-size: 12pt;
	font-weight: bold;
	padding-left: 3px;
	padding-top: 3px;
}

.TitlePane h2 {
	font-size: 8pt;
	font-weight: bold;
	padding-left: 3px;
	padding-top: 3px;
}


div.MainPane {
	margin-top: 35px;
}
	
h3.Group {
	margin-top: 15px;
	margin-bottom: 0px;
	padding: 2px;
	border-top: solid red 1px;
	border-bottom: solid red 1px;
	background-color: #DDDDDD;
	font-size: 11pt;
	text-transform: uppercase;
}

	
table.doctable {
	width: 100%;
	margin-left: 20px;
	margin-left: 10px;
	border-collapse: collapse;
	font-size: 10pt;
}	

.doctable tr {
	padding: 0px;
}

td.outputcell {
	width: 75px;
	border-left: solid #DDDDDD 4px;
	text-align: center;
}

a:visited	{
	color: black;
	text-decoration: none;
	border-bottom: 1px solid rgb(200, 200, 200);

}

a:link	{
	color: black;
	text-decoration: none;
	border-bottom: 1px solid rgb(200, 200, 200);
}

a:hover	{
	color: black;
	text-decoration: none;
	border-bottom: 1px solid red;
}

	
img {
	border: none;
}

