body {
	color : Black;
	background-color: #000;
	text-align: left;
}

table{

}
td{
	color : Black;
	background-color: #eee;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:3px 10px;
	text-align: left;
}
td.upper {
	color : #FFFFFF;
	background : #A3723D;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.smaller {
	font-size: 10px;
}

a {
	color : #0084BE;
	text-decoration : underline;
}

a:hover {
	color : #D88812;
	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: 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: #23559C 1px solid;
   BORDER-LEFT: #23559C 1px solid;
   BORDER-TOP: #23559C 1px solid;
   BORDER-BOTTOM: #23559C 1px solid;*/
   margin: 0px auto 10px auto; /* margin: top right bottom left; */
}
textarea ,div.centered table.entries p{
	color:#333;
}
h3 {
   color : #aaa;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 1.1em;
   font-weight: bold; 	
   padding-top:1em;
   CLEAR:BOTH;
}
P{
	font-size:.8em;
	color:#fff;
}

table.gbookMenu {/*
	BORDER-TOP: #B8CFE7 1px solid;*/
}
.upper b{
	color:#fff
}
.secu-text{
	text-align:center; 
	color:#000;
	font-weight:bold;
	border:1px solid #111; 
	width:90px; 
	font-size:1.4em; 
	padding:3px; 
	float:left; 
	background: url(images/security-bg.gif) center;
}
