.green_table {
	border: 1 solid #00CC00;
}

.green_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	text-decoration: none;
}

.green_link:hover {
	font-weight: bold;
	color: #003300;
	text-decoration: none;	
}

.green_link:visited {
	text-decoration: none;
}

.small_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.yellow_green {
	color: #009900;
	font-weight: bold;
	background-color:#FFFF00
}

.green_yellow {
	color: #FFFF00;
	font-weight: bold;
	background-color:#009900
}

.yellow_red {
	color: #FFFF00;
	font-weight: bold;
	background-color:#FF0000
}
