body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 18px;
	font-weight: bold;
}
.sub {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-weight: bold;
}
.sub_grey {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}

.content_header {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006600;
}
P, LI, .content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:link, A.content:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style : normal;
	color : #006600;
	text-decoration : underline;	
}
A:visited, A.content:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style : normal;
	color : #006600;
}
A:hover, A.content:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style : normal;
	color : #BB8B0B;	
}
SPAN.link  {
      	font-size : 10pt;
      	background-color : Yellow;
      	font-family : sans-serif;
      	font-weight : bold;
}
TABLE.goldtable {
  border-style: solid;
  border-width: 1px;
  border-color: #8A6A41;
  padding: 4px;
  margin-left: 9px;
  margin-right: 5px;
  margin-bottom: 5px;
}
TABLE.goldtable_test {
  border-style: solid;
  border-width: 1px;
  border-color: #8A6A41;
  padding: 4px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
}