body {
	font-size: .75em;
}

body, td {
	color : Black;
	background-color: White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	text-align: left;
}

td.upper {
	color : black;
	background : #EEEECC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

.smaller {
	font-size: .8em;
}

a {
	color : #FF6600;
	text-decoration : underline;
}

a:hover {
	color : #800000;
	text-decoration : none;
}

a.smaller {
	font-size: 1em;
	color : #FF6600;
	text-decoration : underline;
}

a.smaller:hover {
	color : #800000;
	text-decoration : none;
}

input, textarea {
	border: #487295 solid 1px;
    height: 1.5em;
}
textarea{
	height: 150px;
}

.button {
	border: #487295 solid 1px;
    height: 2em;
    cursor:pointer;
    background:#999;
    color:#666;
    font-weight:bold;
    padding: 2px 5px;
    background:url(images/btn-back.gif) repeat-x left top;
}

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: 1em;
	BORDER-RIGHT: #FF6600 1px solid;
	BORDER-LEFT: #FF6600 1px solid;
	BORDER-TOP: #FF6600 1px solid;
	BORDER-BOTTOM: #FF6600 1px solid;
	margin: 0px auto 10px auto; /* margin: top right bottom left; */
}

h3 {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold; 	
}

table.gbookMenu {
	BORDER-TOP: #695E49 1px solid;
}
