body, td {
	color : Black;
	background-color: #f5f5f5; /* NEW IN 1.5 */
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left; /* NEW IN 1.5 */
}

td.upper {
	color : #336;
	background : #f5f5f5;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:6px;
}

.smaller {/* CHANGED IN 1.5 */
	font-size: 10px;
	display:none;
}

.smallers {/* CHANGED IN 1.5 */
	font-size: 10px;
	color:#666;
}

table.entries {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:none;
	/*BORDER-RIGHT: #23559C 1px solid;
	BORDER-LEFT: #23559C 1px solid;
	BORDER-TOP: #23559C 1px solid;
	BORDER-BOTTOM: #23559C 1px solid;*/
}

a {
	color : #0084BE;
	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: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
}

hr {
	color: #036;
	height: 1px;
}

/* EVERYTHING BELOW ADDED IN 1.5 */
div.centered {
	text-align: center;
}

div.centered table {
	margin: 0 auto; 
	text-align: left;
}


input#submitbutton {
	border:1px solid navy;
	padding:1px;
	text-align:center;
	background-color:#fff;

	font:12px "Trebuchet MS", arial,verdana,sans-serif;
	color:navy;
}

input#users_name, input#subject {
	width:300px;
	padding:3px;
	border:1px solid navy;
	background-color:#fff;
	font:11px verdana,arial,sans-serif;
	color:navy;
}

textarea#cmnt {
	width:300px;
	padding:3px;
	height:70px;
	border:1px solid navy;
	overflow:auto;
	font:11px verdana,arial,sans-serif;
	color:navy;
}



