@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
}

td{
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
}

.menu{
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	letter-spacing: normal;
	font-family: "Times New Roman", Times, serif;
}
a{
	color: #999999;
	text-decoration: none;
}
a:hover {color: #7ed545} 

a.greenLink {
color: #7ed545;
}

h1{
font-size: 16px;
color: #7ed545;
font-weight: bold;
}
p{
	font-size: 12px;
	line-height: 20px;
}
