BODY{
  color: #000000;
	background: white;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

H1 {
  font-size: 300%;
	text-align: center;
}

H2 {
  font-size: 250%;
	text-align: center;
}

H3 {
  font-size: 200%;
	text-align: center;
}

A, A:link, A:visited, A:active { 
	font-size: 11pt;
	text-align: centre;
	text-decoration: none;
	padding: 0.25em;
	color: #005871;
}

A.no_underline {
	font-size: 11pt;
	text-align: centre;
	text-decoration: none;
	padding: 0.25em;
	color: #005871;
}

A:hover, A.no_underline:hover { 
	font-size: 11pt;
	text-align: centre;
	padding: 0.25em;
	color: #000000;
	text-decoration: underline;
}

TABLE {
	color: #000000; 
	background: #fffff;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
}

TABLE.shaded {
	color: #000000; 
	background: #9EC2D7;
	border-width: 3px; 
	border-color: #005871;
	border-style: solid;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
}

TD {
	text-align: left;
	vertical-align: top;
}

TD.shaded {
	text-align: left;
	vertical-align: top;
  border: 1px solid; 
	padding: 0.25em 0.5em;
	border-color : #8f8f8f #efefef #efefef #8f8f8f;
}
 
TD.centered {
	text-align: center;
	vertical-align: middle;
	padding: 0.4em 1em;
}

TD.category {
	text-align: center;
	vertical-align: bottom;
	padding: 1em 0 0 0;
}

TD.tn {
	text-align: center;
	vertical-align: top;
	padding: 0 0.5em 0.5em 0.5em ;
}

.caption {
  font-size: 9pt;
}

.category {
  font-size: 11pt;
	font-weight: bold;
}



