body, td {
	color : #2d8930;
	background-color: #d5edb3;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

td.upper {
	color : #99cc66;
	background : #eeeecc;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.smaller {
	font-size: 10px;
}

a {
	color : #0084BE;
	text-decoration : underline;
}

a:hover {
	color : #666666;
	text-decoration : none;
}

a.smaller {
	font-size: 10px;
	color : #666666;
	text-decoration : underline;
}

a.smaller:hover {
	font-size: 10px;
	color : Red;
	text-decoration : none;
}

input {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#2d8930;
	background-color:#eeeecc;
}

div.centered {
	text-align: center;
}

/* EVERYTHING BELOW ADDED IN 1.6 */
div.centered table.entries {
   font-size: 11px;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   color:#2d8930;
   background-color:#eeeecc;
   BORDER-RIGHT: #2d8930 2px solid;
   BORDER-LEFT: #2d8930 2px solid;
   BORDER-TOP: #2d8930 2px solid;
   BORDER-BOTTOM: #2d8930 2px solid;
   margin: 0px auto 10px auto; /* margin: top right bottom left; */
}

h3 {
   color : #2d8930;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 14px;
	font-weight: bold; 	
}

table.gbookMenu {
	BORDER-TOP: #99cc66 1px solid;
}
