body {
background-color: #84a35d;
}


A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: none;}


P { 
  font-weight: regular; 
  font-size: 10pt;
  line-height: 14pt; 
  font-family: verdana; 
  font-variant: normal;
  font-style: normal;
  color: #333333;
}


h4 { 
  font-weight: lighter; 
  font-size: 8pt;
  line-height: 14pt; 
  font-family: verdana; 
  font-variant: normal;
  font-style: normal;
}

h5 { 
  font-weight: lightest; 
  font-size: 7pt;
  line-height: 14pt; 
  font-family: verdana; 
  font-variant: normal;
  font-style: normal;
}


table.sample {
	border-width: 2px 2px 2px 2px;
	border-spacing: 4px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: #d8ebfe;
}
table.sample th {
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: double double double double;
	border-color: gray gray gray gray;
	background-color: #d8ebfe;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: double double double double;
	border-color: gray gray gray gray;
	background-color: #d8ebfe;
	-moz-border-radius: 0px 0px 0px 0px;
}

