/* CSS Document */
/* Style Sheet for HTML table and assoiciated side pages*/


* {
	margin: 0;
	border: 0;
	padding: 0;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

body {
	padding: 10px 15px;
}

h1 {
	text-align: center;
	font: bold large Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-top: 10px;
}

table {
	border-top: 1px solid #663;
	border-left: 1px solid #663;
	border-collapse: collapse;
}

td {
	border-right: 1px solid #663;
	border-bottom: 1px solid #663;
	padding: 6px 6px 3px 6px;
}

th {
	border-right: 1px solid #663;
	border-bottom: 1px solid #663;
	padding: 5px 2px 3px 2px;
	background: #663;
	color: #FFF;
	font-size: small;
	font-weight: bold;
}

tbody th {
	background: none;
	color: #663;
}

p {
	padding-bottom: 1em;
	line-height: 1.35;
	text-indent: 20px;
}

li {
	margin-left: 18px;
}

a:link {
	color: #993300;
	font-weight: bold;
}

a:visited {
	font-weight: normal;
	color: #CC3300;
}

a:hover, a:active {
	color: #666633;
	text-decoration: none;
}

#dates {
	width: 100px;
	background: #663;
}

#table {
	padding: 0;
}

#table p {
	padding-bottom: 3px;
	line-height: normal;
}

.highlight {
	color: #C30;
	font-weight: bold;
}

.orange {
	background: #FFE7CE;
}

.red {
	background: #FFD3C4;
}