@charset "utf-8";

/* CSS Document */

.greenstyle{
	text-align:center;
	height: 31px;
	text-align: right;
}

.greenstyle td{
	background-color: #90BE42;
	font-family: Arial;
	font-size: 8pt;
  font-weight: bold;
	margin: 0px;
	padding: 5px;
	border-style: solid;
	border-width: 3px;
	border-top-color: #BFD783;
	border-left-color: #BFD783;
	border-right-color: #507C00;
	border-bottom-color: #507C00;
}

.greenstyle td:hover{
	background-color: #c2d45f;
	color: #000000;
}
.greenstyle td a{
	color: #074803;
  margin: 0;
  text-decoration: none;
}

.greenstyle td a:hover{
	color: #000000;
  margin: 0;
  text-decoration: none;
}

.tableoutlines {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E8FFAB;
	border-left-color: #E8FFAB;
}
