body, p, td, input, select, textarea {
	font-family: Arial, sans-serif;
  font-size: 13px;
	color: #000000;
	}
	
p {
	line-height: 17px;
	margin: 12px 0;
	padding: 0;
	}
	
ul {
	margin: 10px 0 14px 32px;
	padding: 0;
	list-style-type: square;
	}
	
li {
	padding-bottom: 0.3em;
	}
	
a:link, a:visited {
	text-decoration: underline;
	color: #DF0000;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #FF9900;
	}

h1 {
	font-size: 23px;
	color: #DF0000;
	font-weight: normal;
	margin: 0 0 12px 0;
	padding: 0;
	}
	
h1 span.pagenumber {
	color: #888888;
	font-size: 14px;
	letter-spacing: 0;
	}
	
h2 {
	font-size: 14px;
	color: #DF0000;
	font-weight: bold;
	margin-top: 40px;
	}	
	
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}
	
img {
	border: 0;
	}
	
.left {
	float: left;
	margin-right: 16px;
	}
	
.right {
	float: right;
	margin-left: 16px;
	}
	
.spacebefore {
	padding-top: 24px;
	}
	
p font.subhead, font.subhead p {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

p font.tip, font.tip p {
	font-weight: bold;
	color: #CE0000;
}

.tiny {
	font-size: 11px;
	line-height: 1em;
}

table.horizontallines td {
	border-top: 1px solid #BBBBBB;
	padding: 4px 12px 4px 0;
}
	
table p {
	margin: 0;
	padding: 0;
}

td.label {
	font-weight: bold;
	text-align: right;
	/* padding-top: 8px; vertical-align: top; */
	}
	
.matches {
	color: #999999;
	}
	

/* Header */

#interface { display: none;	}

#logo { margin-bottom: 16px; }
	
#menu { display: none; }
		
#pagenav {
	margin-top: 24px;
	}
	
#spread {
	padding-bottom: 32px;
	}
	
#clear {
	height: 16px;
	clear: both;
	}	
	
/* Footer */

#footer {
	margin-top: 32px;
	position: relative;
	font-size: 10px;
	color: #777777;
	border-top: 1px solid #333333;
	padding-top: 2px;	}
	
#copyright { display: inline; }

#links { display: none; }
	
	
	