body {
  background-color: white; 
  color: black; 
  font-family: Verdana CE, Verdana, sans-serif; 
  font-size: 10pt; 
  margin: 5;
  /* 
	text-align: center;  
  vertical-align: top; 
  border-left: 0px solid rgb(0,0,0); 
  border-right: 0px solid rgb(0,0,0); 
  border-top: 0px solid rgb(0,0,0); 
  border-bottom: 0px solid rgb(0,0,0);
	*/
}

td {
  font-size: 10pt;
	border-top: 1px solid #28775F; 
}

th {
  font-size: 10pt;
  background-color: #28775F;
	color: white;
}

table {
	border-bottom: 1px solid #28775F;
}


A {
	text-decoration: none;
	font-weight: bold;
	padding-left: 5;
	padding-right: 5;
	padding-top: 1;
	padding-bottom: 1;
}

A:link, A:visited {
  /* color: #00B27D; */
  color: #28775F;
}

A:hover {
	color: #FF8800;
	background-color: #6CD8B8;
}

.over {
	background-color: #6CD8B8;
}

h1 {font-size: 18pt;color: rgb(0,0,0);font-weight: bold;}
h2 {font-size: 14pt;color: rgb(0,0,0);}
h3 {font-size: 12pt;color: rgb(0,0,0);}

h1 {
  text-align: right;
  background-color: white;
  color: #489470;
  margin: 25 0 10 0;
}

dt {
  color: #489470;
  font-weight: bold;
}

.button {font-size: 8pt;font-weight: bold; background-color: #143B2F; color:white}

.special {
  color: #AA7539;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

.item {
	text-align: center;
	font-weight: bold;
}

.tb_frame {
  border-left: 3px solid #489470; 
  border-right: 3px solid #489470; 
  border-top: 3px solid #489470; 
  border-bottom: 3px solid #489470;
  padding: 5 5 5 5;
}

.img_frame {
  border-left: 2px solid #489470; 
  border-right: 2px solid #489470; 
  border-top: 2px solid #489470; 
  border-bottom: 2px solid #489470;
}