
body, td {
	margin: 5px;
	padding: 5px;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	background: #FFFFFF url('bg.gif') repeat-x;
	text-align: left; 
	background-attachment: fixed;
}

h3 {
	font-size: 160%;
}

td.upper {
	color : #FFFFFF;
	background : #708e70;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
}

.smaller {/* CHANGED IN 1.5 */
	font-size: 10px;
}

table.entries {
	color : Black;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	BORDER-RIGHT: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
}

a:link {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	color: #D8420D;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	color: #D8420D;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	color: #D8420D;
	text-decoration: underline;
}

a:active {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	color: #D8420D;
	text-decoration: none;

input {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
	background-color:#FFFFFF;
}

hr {
	color: #708e70;
	height: 1px;
}

/* EVERYTHING BELOW ADDED IN 1.5 */
div.centered {
	text-align: center;
}

div.centered table {
	margin: 0 auto; 
	text-align: left;
}
