/***PAGE BACKGROUND*/
body, td {
	color : white;
	background-color: #4f0101;
	filter:alpha(opacity=100);
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;

}

/***TEXT IN TOP OF TABLES*/
td.upper {
	color : #FFFFFF;
	background : #23559c;
	filter:alpha(opacity=100);
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;

	
}
/***Added Date*/
.smaller {
	font-size: 7pt;
}

/***THREE LINKS @ TOP OF PAGE*/
a {
	color : #0084BE;
	text-decoration : underline;
}

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

/***CONTACT LINK UNDER EMAIL*/
a.smaller {
	font-size: 10pt;
	color : #0084BE;
	text-decoration : underline;
}

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

/***SIGN PAGE INPUT BOXES*/
input {
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#0000000;
	background-color:#FFFFFF;
}

div.centered {
	text-align: center;
	background-repeat: no-repeat;
	background-position: bottom;
	height: auto;
	width: auto;

}

/* EVERYTHING BELOW ADDED IN 1.6 */
/***VIEW SCREEN-BORDER AROUND EACH BOX*/
div.centered table.entries {
   /*color : #FFFFFF;*/
   
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10pt;
   BORDER-RIGHT: #FFFFFF 0px solid;
   BORDER-LEFT: #FFFFFF 0px groove;
   BORDER-TOP: #FFFFFF 0px groove;
   BORDER-BOTTOM: #FFFFFF 0px groove;
   margin: 1px auto 10px auto; /* margin: top right bottom left; */

}

/***WEBSITE TITLE*/
h3 {
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: normal;
}

/*View Screen-Center line separating message and date*/
table.gbookMenu {
	BORDER-TOP: #FFFFFF 1px solid;
}
