

html, body {
	margin: 0px;
	padding: 0px;
}

#html {

}
#body {

}

img {
	border: 0px;
}


li, p, td, div, h1, h2, h3, h4, h5, h6, a, dt, dd, label, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

p {
	font-weight: normal;
	font-size: x-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: small;
}

html>body p {
	font-size: small;
}

div {
	font-size: x-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: small;
}

html>body div {
	font-size: small;
}

label {
	font-weight: normal;
}

td, th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	font-size: x-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: small;
}

html>body td, html>body th {
	font-size: small;
}

label, th {
	font-weight: bold;
}

ul {
	padding: 0px 0px 0px 20px;
	margin: 5px 0px 20px 0px;
}

li {
	font-size: x-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: small;
}

html>body li {
	font-size: small;
}

.header {
	margin: 10px;
	padding: 10px 0px 7px 0px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.pagebody {
	overflow: visible;
	padding: 5px 10px 10px 10px;

}


#tooltip {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	width: 240px;
	border: solid 1px #000000;
	padding: 5px 0px 0px 0px;
}

#tooltip p {
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 10px 15px;
}

#tooltip h4 {
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 10px 15px;
}


h1 {
	font-size: 130%;
	margin: 0px;
	padding: 5px 0px 7px 0px;
}

h2 {
	font-size: 110%;
	padding: 12px 0px 10px 0px;
	margin: 0px;
}

h3 {
	font-size: 110%;

}

h4 {
	font-size: 100%;

}

h5 {
	font-size: 90%;

}

p {
	width: 600px;
	padding: 3px 0px 9px 0px;
	margin: 0px;
}

form {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

table.detailtable {
	width: 500px;
	background-color: #ECE5DC;
	margin: 10px 0px 20px 0px;
}

table.detailtable th, table.detailtable td {
	padding: 10px 10px 10px 10px;
}



table.yearlytable {
	width: 500px;
	background-color: #ECE5DC;
	margin: 10px 0px 20px 0px;
}

table.yearlytable th, table.yearlytable td {
	padding: 10px 10px 10px 10px;
}


table.resultstable {
	width: 500px;
	background-color: #ECE5DC;
	margin: 10px 0px 20px 0px;
}

table.resultstable th, table.resultstable td {
	padding: 10px 10px 10px 10px;
}


table.includecompanytable {
	width: 500px;
	background-color: #ECE5DC;
	margin: 10px 0px 20px 0px;
}

table.includecompanytable th, table.includecompanytable td {
	padding: 10px 10px 10px 10px;
}

table.criteria1, table.simplesearch, table.advancedsearch  {
	width: 500px;
	background-color: #ECE5DC;
	margin: 10px 0px 20px 0px;
}

table.criteria1 th, table.criteria1 td {
	padding: 10px 10px 10px 10px;
}

table.simplesearch th, table.simplesearch td {
	padding: 10px 10px 10px 10px;
}

table.advancedsearch th, table.advancedsearch td {
	padding: 10px 10px 10px 10px;
}

table.criteriatitle, table.criteriarange {

	background-color: #ECE5DC;
	margin: 10px 0px 0px 0px;
}



table.criteriatitle th, table.criteriatitle td {

}



table.criteriarange th, table.criteriarange td {

}

fieldset {
	width: 480px;
	background-color: #ECE5DC;
	border: none;
	margin: 10px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
}


table.benchmarktable {
}



table.benchmarktable td, table.benchmarktable th {
	font-size: 86%;
}

table.benchmarktable th {
	padding: 2px;
	font-size: 86%;
	background-color: #ECE5DC;
}

table.benchmarktable td {
	padding: 2px;
	font-size: 86%;
	background-color: #eaf2eb;
}


table.benchmarktable a {
	font-size: 100%;
}

tr.mine td {
	background-color: #DFDFDF;
}

tr.mine th {
	background-color: #EFEFEF;
}

.submit, .button, .reset {
	background-color: #4560A5;
	border: solid 1px #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	padding: 3px;
}

select
{
	margin: 10px 0;
}