body, td {
	color : Black;
	background-color: White;
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

td.upper {
	color : #000000;
	background : #E6E6E6;
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.smaller {
	font-size: 10px;
}

a {
	color : #505050;
	text-decoration : none;
}

a:hover {
	color : #000000;
	text-decoration : none;
}

a.smaller {
	font-size: 10px;
	color : #505050;
	text-decoration : none;
}

a.smaller:hover {
	font-size: 10px;
	color : Black;
	text-decoration : none;
}

input {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
}

div.centered {
	text-align: center;
}

/* EVERYTHING BELOW ADDED IN 1.6 */
div.centered table.entries {
   color : Black;
   font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   BORDER-RIGHT: #999999 1px solid;
   BORDER-LEFT: #999999 1px solid;
   BORDER-TOP: #999999 1px solid;
   BORDER-BOTTOM: #999999 1px solid;
   margin: 0px auto 10px auto; /* margin: top right bottom left; */
}

h3 {
   color : Black;
   font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 14px;
	font-weight: bold; 	
}

table.gbookMenu {
	BORDER-TOP: #999999 1px solid;
}

