body  {	margin:0px;
	padding:0px;
	color:#000;
}
header, footer, nav, section, article{ 
margin:0px; padding:0px;
display:block; 
} 
header {
	height: 80px;
	left: 0;
	overflow: visible;
	position: fixed;
	right: 0;
	top: 0;
	color: #000;
	background-color: #ccc;
}
header h1 {
	display:inline;
	float:left;
	width: 150px;	
}
header h1 a {
	display: block;
	position: relative; /* for IE6 */
	color: #000;
	background-color: #ccc;
	text-decoration: none;
}
header h1 a:hover {
	color: #ccc;
	background-color: #333;
}
nav ul {
	margin-bottom: 0;
	padding: 0;
	float: left;
	line-height: 1;
	list-style-type: none;
}
nav ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 120px;
	height: 30px;
	text-align: center;
}
nav ul li a {
	display: block;
	position: relative; /* for IE6 */
	color: #000;
	background-color: #ccc;
	text-decoration: none;
}
nav ul li a:hover {
	color: #ccc;
	background-color: #333;
}
article {
	margin-top: 110px;
	margin-left: 10px;
	margin-right: 10px;
}
article h3 {
	border:1px solid #000;
}
footer {
	text-align:center;
}
h6 {
font-weight: normal;
}
table {
	border-collapse: collapse;
	border-top:1px solid #000000;
	border-right:none;
	border-bottom:none;
	border-left:1px solid #000000;
	background-color:#fff;
}
td,tr,th {padding:0;
	border-top:none;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:none; 
	background-color:#fff;
}
td.right{
	text-align: right;
}
td img { 
    border-style:none;

width:130px;
height:100px; 
}
img.graph { 
	width:800px;
	height:600px; 
}

