
/* basic
************************************************/

body {
	font-family: "Bitstream Vera Sans", Verdana, sans-serif;
	font-size: 10pt;
	margin-bottom: 32px;
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", sans-serif;
}
h1 {
	font-size: 28pt;
	text-align: center;
}
h2 {
	font-size: 16pt;
	margin: 2em 0 0 0;
}
h2.mid {
	margin-top: 0;
	color: #8f5902;
	font-size: 20pt;
	font-style: italic;
	text-align: center;
}
h3 {
	font-size: 12pt;
}

a:link {
	color: #3465a4;
	text-decoration: none;
}
a:visited {
	color: #75507b;
	text-decoration: none;
}
a:hover {
	color: #fcaf3e;
	text-decoration: underline;
}

img {
	border: 0;
}

hr {
	width: 100%;
	height: 1px;
	border: 1px;
	background-color: #d3d7cf;
	color: #d3d7cf;
	clear: both;
	margin: 16px auto;
}
hr+h2 {
	margin-top: 0;
}

.clear {
	clear: both;
}


/* layout
************************************************/

#header {
	width: 750px;
	margin: 0 auto;
	border-bottom: 1px solid #d3d7cf;
}

.content {
	width: 800px;
	margin: 16px auto;
}

ul.index li {
	list-style-type: none;
	margin: 1em 0;
}

ul.index li a {
	font-size: 12pt;
	font-weight: bold;
}


/* table display
************************************************/

table.data {
	border-collapse: collapse;
	margin: 16px auto;
}
table.data tr:hover td {
	background-color: #fffdeb;
}
table.data th,
table.data td {
	border: 1px solid #d3d7cf;
	padding: 4px 8px;
}
table.data th {
	background-color: #eeeeec;
	color: #000000;
	white-space: nowrap;
}
table.data td {
	background-color: #ffffff;
}

table.data th small,
table.data td small {
	font-size: 7pt;
	font-weight: normal;
	color: #888a85;
	vertical-align: middle;
}

table.data th.group {
	color: #888a85;
}
table.data td.name {
	font-weight: bold;
	font-size: 12pt;
}
table.data td.text {
	font-size: 8pt;
}
table.data td.numeric {
	text-align: right;
}
table.data td.numeric.total {
	font-weight: bold;
	font-size: 12pt;
}
table.data td.blank {
	text-align: center;
}



/* table sorting
************************************************/
table.data th.header {
	background: #eeeeec url("/js/sort.gif") no-repeat center right;
	padding-right: 21px;
	cursor: pointer;
}
table.data th.headerSortUp {
	background: #ece0eb url("/js/sort-desc.gif") no-repeat center right;
}
table.data th.headerSortDown {
	background: #ece0eb url("/js/sort-asc.gif") no-repeat center right;
}


/* other styles
************************************************/

.advert {
	width: 730px;
	margin: 32px auto;
}
.buttonads {
	margin-top: 100px;
	font-size: 8pt;
	color: #555753;
	text-align: center;
}
.buttonads img {
	width: 88px;
	height: 31px;
}
