body {
	background:url(../images/bkg.jpg);
	margin:0px;
	padding:0px;
}

body, td {
	color : Black;
	/*background-color: White;*/
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size: 11px;
	text-align: left;
}

td.upper {
	color : #FFFFFF;
	background : #000066;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.smaller {
	font-size: 10px;
}

a {
	color : #FFFF00;
	text-decoration : underline;
}

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

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

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

input {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
}

div.centered {
	text-align: center;
}

/* styles added. 090607 */
.pageHead {
	width:700px;
	padding-left: 0px;
	padding-top: 10px;
	margin:auto;
	color : White;
   	font-family : Arial, Helvetica, sans-serif;
   	/*font-size: 36px;*/
	font-weight: bold;
	text-align: left;
}

.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

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

h3 {
   color : White;
   font-family : Arial, Helvetica, sans-serif;
   font-size: 36px;
	font-weight: bold; 	
}

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


/* copy from the site style sheet */
.tagline {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

.navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}