/* Hide Items */
div#navigation, div#footer, div#search_form_container, div#image-cmds, input.noprint { display: none; }


/* HEADER STYLES */
h1#site-title {
	border-bottom: 2px solid #000;
	font: bold 2em Georgia, serif;
	padding: 20px 0 0 10px;
}
h1#site-title a {
	color: #000;
	font-variant: small-caps;
	text-decoration: none;
}
h1#site-title a:hover {
	color: #000;
	text-decoration: none;
}
h2 {
	border-bottom: 1px solid #000;
	clear: both;
	color: #FFF;
	font: normal small-caps bold 1.3em Verdana, Geneva, sans-serif;
	margin-bottom: .5em;
	padding-top: 1em;
}
h3 {
	clear: both;
	color: #FFF;
	font: normal small-caps bold 1.2em Verdana, Geneva, sans-serif;
}

/* Table styles */
table.data {
	border-collapse: collapse;
	color: #000;
	margin-bottom: 1em;
	width: 100%;
}
table.data th, table.data td {
	border: 1px solid #CCC;
	padding: 0 5px;
}
table.data th {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	white-space: nowrap;
}
table.data td {
	text-align: left;
}
table.data caption {
	background-color: #FFF;
	border: 1px solid #CFAB81;
	color: #000;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	margin-left: -1px;
	padding: 0 3px;
}

