html {
overflow: scroll;
}
body {
position: relative;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
font-style: normal;
color: #000000;
margin: 0px auto;
padding: 0px;
width: 1004px;
min-width:1004px;
width:expression(document.body.clientWidth < 1004? "1004px": "1004px" );
}
h1 {
	font-size: xx-large;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	margin: 5px;
	margin-bottom: 30px;
	margin-top: 15px;
}

h2.company {
	font-size: x-large;
	display: inline;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}
h2.tabletitle {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}
h2.title {
	text-align: center;
	margin: 15px 0px 20px 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	display: block;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
table { /* ie */
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 2px solid #000000;
	border-collapse: collapse;
	text-align: center;
}
thead {
	font-weight: bold;
	background-color: #c0bfe1;
}
td {
	text-align: left;
	border-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #c0bfe1;
}
td.increased {
	color: #009900;
	font-weight: bold;
	font-size: 110%;
}

td.decreased {
	color: #CC0000;
	font-weight: bold;
	font-size: 110%;
}

.top {
	display: block;
	height: 180px;
	width: 1010px;
}
.main { /* ie */
display: block;
position: relative;
width: 760px;
border-left: 0px;
left: 0px;
}
.left {
text-align: left;
display: block;
position: relative;
float: left;
margin-left: -240px;
width: 230px;
border: 1px solid black;
background: white;
z-index:99;
}
.parts {
	text-align: left;
	display: block;
	width: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}
.delimiter {
	font-size: 1px;
	background-color: #c0bfe1;
	display: block;
	height: 2px;
	width: 100%;
}

.bottom { /* ie */
	text-align: center;
	display: block;
	clear: both;
	width: 1010px;
	position: relative;
	padding-top: 20px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.sections {
	font-size: small;
	color: #000000;
	text-align: left;
	display: block;
	margin: 10px 5px 10px 50px;
	position: relative;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

div#howfindus {
	position: absolute;
	top: -25px;
	right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
}



