body, td {
	color : 868686;
	font-family : Arial;
	font-size: 12px;
	text-align: left;
	padding-left:0px;
}

td.upper {
	color : #FFFFFF;
	background : #C4BFA1;
	font-family : Arial;
	font-size: 12px;
	padding-left:0px;
}

.smaller {
	font-size: 1.1em;
}

.black {
	font-size: 1.1em;
}

a {
	color : #9D1039;
	text-decoration : underline;
}

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

a.smaller {
	font-size: 1.1em;
	color : #9D1039;
	text-decoration : underline;
}

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

input {
	font-size: 12px;
	font-family: Arial;
	color:#9D1039;
	background-color:#FFFFFF;
	padding-left:0px;
}

div.centered {
	text-align: left;
}

/* EVERYTHING BELOW ADDED IN 1.6 */
div.centered table.entries {
   color : 9D1039;
   font-family : Arial;
   font-size: 12px;
   BORDER-RIGHT: #D0D0CC 0px solid;
   BORDER-LEFT: #D0D0CC 0px solid;
   BORDER-TOP: #D0D0CC 0px solid;
   BORDER-BOTTOM: #D0D0CC 0px solid;
   margin: 10px 10px 10px 2px; /* margin: top right bottom left; */
   padding-left:0px;
}


h3 {
   color : 9D1039;
   font-family : Arial;
   font-size: 12px;
   font-weight: bold; 	
   padding-left:5px;
}

table.gbookMenu {
	BORDER-TOP: #D0D0CC 0px solid;
}



