body {
	font-family: Arial;
	font-size: 8pt;
	color: #333333;
	background-color: #fcfcfc;
}

table {
	font-size: 8pt;
}

.value {
}

.header {
	font-weight: bold;
	font-size: 150%;
	text-align: left;
	padding:2px;
	background-color: #fcfcfc;
	color:#95b42a;
  border: solid 1px;
}

.shading {
	background-color: #ecedeb;  
}

.title {
  font-size : 16pt;
  font-weight: bold;
  text-align: center;
  color:#ff5500;
}

a {
	color: #000000;	
}

.navigation {
}

.navigationline {
  padding: 2px 0px;
}

.navlink {
  text-align: center;
  display: inline;
	color: #000000;	
	font-size: 8pt;
	font-weight : bold;
  padding-left: 5px;
  padding-right: 5px;
}

.navlink#current {
  border: solid 1px;
}

.navlink a {
	text-decoration: none;
	color: #000000;	
	font-size: 8pt;
	font-weight : bold;
}

.navlink a:hover {
	text-decoration: underline;
	color: #993300;
}

