td {
	color : #fff;
	font-size: 11px;
	text-align: left;
}

td.upper {
	color : #fff;
	font-size: 11px;
}

.smaller {
	font-size: 10px;
}


a:hover {
	color : Red;
	text-decoration : none;
}

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

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

input {
	font-size: 11px;
	color:#000000;
	background-color:#FFFFFF;
}

div.centered {
	text-align: center;
}
.centered p{
	margin: 10px 0;
	}
div.centered p.smaller{
	display: none;
	}
div.centered p a img{
	display: none;
	}
/* EVERYTHING BELOW ADDED IN 1.6 */
div.centered table.entries {
   font-size: 12px;
   border-top: 3px solid #fff;
   border-bottom: 1px solid #fff;
   margin: 20px auto 10px; /* margin: top right bottom left; */
   line-height: 15px;
   padding: 10px 0;
}

h3 {
   font-size: 14px;
	font-weight: bold; 	
}

table.gbookMenu {
	BORDER-TOP: #242424 1px solid;
}
.entries{
	width: 600px;
	}