@charset "utf-8";
/* CSS Document */

/* Global Defaults */
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color:#ececdd
}
body {
  font: 1em/1.25 Arial, Helvetica, sans-serif;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
	margin: 0;
	font: normal normal normal 1em/1.25 Arial, Helvetica, sans-serif;
	text-align: left;
}
blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
  font-size:.85em;
}
big {
  font-size:1.2em;
}

/* Links and Images */
a, a:link, a:visited, a:active, a:hover {
  text-decoration: none;
}
a { padding: 5px; }
img {
	border: none;
}

/* Tables */
table {
  margin: 0;
  border: none;
}

/* 4 rounded corners */
.all-four-rounded-corners {
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	}#rightSpecial {
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.chart {
	margin: 10px;
	width: 477px;
}
.chartSub1 {
	background-color: #EEEEEE;
	padding: 7px;
	width: 463px;
}.chartSub2 {
	background-color: #FBFBF7;
	padding: 7px;
	width: 463px;
}
