body, td {
	color: #000;
	background-color: #fff;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
}

td.upper {
	padding: .5em;
	color : #000;
	background : #f6f6cf;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 90%;
}

td.secondlevel {
	padding: .5em;
	color : #000;
	background : #fff;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.smaller {
	font-size: 90%;
}

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

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

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

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

input {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
}

div.centered {
	text-align: center;
}

/* EVERYTHING BELOW ADDED IN 1.6 */
div.centered table.entries {
   color : Black;
   font-family : Arial, Helvetica, sans-serif;
   font-size: 90%;
   BORDER-RIGHT: 1px solid silver;
   BORDER-LEFT: 1px solid silver;
   BORDER-TOP: 1px solid silver;
   BORDER-BOTTOM: 1px solid silver;
   margin: 0 auto 0 auto; /* margin: top right bottom left; */
}

h3 {
   color : Black;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 90%;
   font-weight: bold; 	
}

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