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

@import "reset.css";
@import "body.css";
@import "header.css";
@import "footer.css";

/* IR information */
h3{
	font-weight:bold;
  margin:10px 0px 5px 10px;
}
.notice{
 	text-align:right;
  font-size:80%;
  margin:10px 0px 0px 0px;
}
.detatable{
  width:610px;
  margin: 0px 0px 20px 15px;
}
.detatable th, .detatable td{
	vertical-align:middle;
  font-size:85%;
  border: 1px solid #CCCCCC;
  padding:3px;
}
.detatable th{
  background-color:#EDEDED;
}
.detatable td{
  text-align:right;
  width:68px;
}
.notes{
	font-size:80%;
}
.year{
	text-align:center;
}
#graph_table{
	margin-left:10px;
}
#graph_table td{
	padding:5px;
}
.red{
color:#FF3333;
}
.single_graph{
	text-align:center;
  margin-top:5px;
}
