@charset "utf-8"

body{
 margin: 0;
 padding: 0;
 width: 1250px;
}

div#page{
 margin: 0 auto;
 padding: 0;
 width: 1249px;
}

div#title{
 margin-top: 30px;
 margin-left: 50px;
 margin-bottom: 20px;
 font-family: Arial;
 font-size: large;
 font-weight: bold;
}

div#links{
 margin-left: 50px;
 margin-bottom: 20px;
 font-family: Arial;
}

div.centerName{
 clear: both;
 margin-left: 100px;
 font-family: Arial;
}

div.chart{
 float: left;
 width: 700px;
 height: 400px;
 position: relative;
 margin-bottom: 50px;
}

div.tab{
 float: right;
 height: 325px;
 font-family: Arial;
 margin-top: 85px;
 margin-right: 70px;
 margin-bottom: auto;
}

table{
 font-size: small;
 font-family: Arial;
 border-color: #000000;
 border-collapse: collapse;
}

th.th1{
 width: 140px;
 height: 35px;
 background-color: #dbe5f1;
 border: solid thin;
}

th.th2{
 width: 120px;
 height: 35px;
 background-color: #dbe5f1;
 border: solid thin;
}

td{
 width: 120px;
 height: 35px;
 text-align: right;
 border: solid thin;
}

div#footer_top{
 clear: both;
 margin: 0 auto;
 width: 700px;
}

div#footer_bottom{
 margin: 0 auto;
 width: 720px;
 font-family: Arial;
 font-size: small;
 font-weight: bold;
}
