@charset "utf-8";
a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	color: #009900;
	text-decoration: none;
}
a:hover {
	color: #009900;
	background-color: #FAF374;
}
a:active {
	color: #009900;
	background-color: #FAF374;
}
small {
	font-size:10px;
	font-weight:normal;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	letter-spacing:-1px;
}
.green {
	background-color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.white {
	background-color:#fff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
