body {
    background-image: url(../resources/siteimages/bgr_pergament.gif); 
	color: #190700;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	text-align: left; /* NEW IN 1.5 */
}

td {
	color: #190700;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	text-align: left; /* NEW IN 1.5 */
}

td.upper {
	color : #FFFFFF;
	background : #33211c;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
}

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

table.entries {
    /*background-color: #e1d9ca;*/
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	/*
	BORDER-RIGHT: #33211c 3px solid;
	BORDER-LEFT: #33211c 3px solid;
	BORDER-TOP: #33211c 3px solid;
	BORDER-BOTTOM: #33211c 3px solid;
*/
}

a:link {color: #460700; text-decoration: none; font-weight: bold;}
a:visited {text-decoration: none; color: #460700; font-weight: bold;}
a:hover {text-decoration: underline; color: #333333; font-weight: bold;}
a:active {text-decoration: underline; color: #666666; font-weight: bold;}

a.smaller:link {color: #505050; text-decoration: none; font-weight: bold;}
a.smaller:visited {text-decoration: none; color: #505050; font-weight: bold;}
a.smaller:hover {text-decoration: underline; color: #333333; font-weight: bold;}
a.smaller:active {text-decoration: underline; color: #666666; font-weight: bold;}

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

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

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

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