@charset "utf-8";
.table_left {
	text-align: center;
	background: #555555;
}
body {
	background-color: #555555;
}
.top {
}
.yellow {
	color: #FF9933;
}


.table_right {
	text-align: right;
	background: #555555;
}
.graph {
     background-color: #C8C8C8;
     border: solid 1px black;
}
      
.graph td {
     font-family: verdana, arial, sans serif;
}
      
.graph thead th {
	border-bottom: double 3px black;
	font-family: verdana, arial, sans serif;
	padding: 1em;
}
    
.graph tfoot td {
     border-top: solid 1px #999999;
     font-size: x-small;
     text-align: center;
     padding: 0.5em;
     color: #666666;
}

.bar {
	background-color: #555555;
	text-align: right;
	border-left: none;
	padding-right: 0.5em;
	width: 85%;
}
      
.bar div {
	border-top: solid 2px #888888;
	background-color: #666666;
	border-bottom: solid 2px #333333;
	text-align: right;
	color: white;
	float: left;
	padding-top: 0;
	height: 1em;
}

a:link {color:white; text-decoration: none}
a:visited {color:white; text-decoration: none}
a:hover {color:white; text-decoration: none}
a:active {color:white; text-decoration:none}
