td.upper {
	color : #FFFFFF;
	background : #222;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.smalltext {
	font-size: 10px;
	color:#FFF;
}

a.smalltext {
	font-size: 10px;
	color : #FFF;
	text-decoration : underline;
}

a.smalltext:hover {
	font-size: 10px;
	color : #FFF;
	text-decoration : none;
}
.smaller {
	font-size: 10px;
	color:#2C0A08;
}

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

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

input {
	font-size: 11px;
	font-family: 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 : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   BORDER-RIGHT: #990000 2px solid;
   BORDER-LEFT: #990000 2px solid;
   BORDER-TOP: #990000 2px solid;
   BORDER-BOTTOM: #990000 2px solid;
   margin: 0px auto 10px auto; /* margin: top right bottom left; */
   background:url(/images/alpha_50.png);
}

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