body {
	color : Black;
	background-color: #FAE25A;
	background-image:url(images/bg_yellow2.png);
	background-repeat:no-repeat;
	font-family : Verdana,Arial;
	font-size: 11px;
	text-align: left;
}
td {
	color : Black;
	background-repeat:no-repeat;
	font-family : Verdana,Arial;
	font-size: 11px;
	text-align: left;
	margin-left: 10px;
}
td.upper {
	color : #FF4D00;
	font-family : Verdana,Arial;
	font-size: 11px;
	margin-left: 10px;
}

.smaller {
	font-size: 10px;
}

a {
	color : #FF4D00;
	text-decoration : underline;
}

a:hover {
	color : Red;
	text-decoration : none;
}

a.smaller {
	font-size: 10px;
	text-decoration:underline;
	color : #FF4D00;
}

a.smaller:hover {
	font-size: 10px;
	color : Red;
	text-decoration : none;
}

input {
	font-size: 11px;
	font-family: Verdana,Arial;
	color:#000000;
	background-color:#FFFFFF;
}

div.left {
	text-align: left;
}

/* EVERYTHING BELOW ADDED IN 1.6 */
div.centered table.entries {
   color : Black;
   font-family : Verdana,Arial;
   font-size: 11px;
   BORDER-RIGHT: #FF4D00 1px solid;
   BORDER-LEFT: #FF4D00 1px solid;
   BORDER-TOP: #FF4D00 1px solid;
   BORDER-BOTTOM: #FF4D00 1px solid;
   margin: 10px 10px 10px 10; /* margin: top right bottom left; */
}

h3 {
   color : Black;
   font-family : Verdana,Arial;
   font-size: 14px;
   font-weight: bold; 	
}

table.gbookMenu {
	BORDER-TOP: #FF4D00 1px solid;
}
