body {
	background-image: url(../../../images/bg_bb.gif);
	background-repeat: repeat-x;
	background-color: #310F0D;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #FFFFFF
}

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

td.upper {
	color : #FFFFFF;
	background : #17363D;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

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

table.entries {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	BORDER-RIGHT: #17363D 1px solid;
	BORDER-LEFT: #17363D 1px solid;
	BORDER-TOP: #17363D 1px solid;
	BORDER-BOTTOM: #17363D 1px solid;
}

a {
	color : #CC6633;
	text-decoration : none;
}

a:hover {
	color : #FCD2BC;
	text-decoration : underline;
}

a.smaller {
	font-size: 10px;
	color : #CC6633;
	text-decoration : underline;
}

a.smaller:hover {
	font-size: 10px;
	color : #663300;
	text-decoration : none;
}

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


hr {
	border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 80%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
	}

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

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

p.whitemenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 45px;
}

p.whitemenu a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

p.whitemenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

p.whitemenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}


p.white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #FFFFFF;
}

p.white a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

p.white a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

p.white a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0px;
	margin-top: 15px;
	margin-bottom: 2px;
	margin-left: 25px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

.spacer {
	margin-top: 3px;
	margin-left: 25px;
	margin-bottom: 40px;
}