* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Trebuchet MS, Helvetica, Lucida Sans, Tahoma, Arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #ffffff;
}
img {
	border: none;
}
a {
	color: #000033;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-bottom: 2em;
}
table.details {
	font-size: 12pt;
}
th {
	font-size: 12pt;
}
th, tr, td { 
	padding: 0.2em; 
	text-align: left;
}
.rowtrack tr:hover {
	background-color: #e8e6d9;
}
.listlink {
	font-size: 10pt;
}
.listdetail {
	letter-spacing: 0.05em;
	color: #aaaaaa;
}

p, form, span {
	padding: 0;
	margin: 0;
}
hr {
	border: none;
	border-bottom: 1px solid black;
}
h1, h2, h3 {

}
h1 {
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 0.4em;
}
h2 {
	font-size: 15pt;
	font-weight: bold;
	margin-bottom: 0.4em;
}

#data {
	background-color: #ffffff;
	border: 1px solid #000000;
	border-top: none;
	border-bottom: none;
	font-family: Trebuchet MS, Helvetica, Lucida Sans, Tahoma, Arial, sans-serif;
	font-size: 9pt;
	width: 80em;
	margin: 1em;
}



#main {
	background-color: #ffffff;
	border: 1px solid #000000;
	border-top: none;
	border-bottom: none;
	width: 80em;
	margin: 0;
}

#header {
	display: block;
	background-color: #FFCC00;
	height: 2.5em;
	border-bottom: 1px #807e7f solid;
	clear: left;
}

#datalinks {
	font-weight: bold;
	background-color: #ddddee;
	border-bottom: 1px solid #807e7f;
	font-size: 10pt;
	text-transform: uppercase;
}

#datalinks a {
	padding: 1ex;
	display: block;
	float: left;
}


#lastlinks {
	font-weight: bold;
	background-color: #ffffff;
	font-size: 9pt;
	text-transform: uppercase;
}

#lastlinks a {
	display: block;
}


#stats {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-weight: bold;
	background-color: #ffffff;
	font-size: 9pt;
//	text-transform: uppercase;
}


#content a {
	text-decoration: none;
}

#links a:hover, #content a:hover {
	text-decoration: underline;
}

#search {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	padding: 5px;
	background-color: #eeeeff;
	border-top: 1px solid #807e7f;
	border-bottom: 1px solid #807e7f;
}

#search input, #search select{
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	margin: 0.2em;
	color: #212121;
	background-color: #ffffff;
	border: 1px #cfcbba solid;
	font-size: 14pt;
	padding: 0.2em;
}


#search select { width: auto; font-size: 14pt; color: #212121; }


.small {
	font-size: 8pt;
}


/* clear fixes */

.clr {
	display: inline-block;
}
.clr {
	display: block;
}
.clr:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clr {
	height: 1%;
}
