body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #8FB0BF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.border {
  	border-style: solid;
	border-color: #808485;
	border-width: 1px;
}

a:link {
  	color: #9DCB6B;
  	font-weight: bold;
  /*text-decoration: none;*/
}
a:visited {
  	color: #9DCB6B;
  	font-weight: bold;
  /*text-decoration: none;*/
}
a:active {
  	color: #9DCB6B;
  	font-weight: bold;
  /*text-decoration: none;*/
}
a:hover {
	color: #0895D0;
	font-weight: bold;
	
}