@charset "utf-8";
/* CSS Document */

/*  Structure    */
html, body{
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #001f4e;
	color: #EDEDED
}

#container{
	width: 821px;
	align: center;
	margin: auto;

}

#header {
}

#body{
	margin-left: 10px;
	width: 802px;
}

#container table {
	spacing: 0px;
	padding: 0px;
	border: 0px;
}

.TableMonthly{
	width: 802px;
	background-color: #EDEDED;
	spacing: 0px;
	padding: 0px;
	text-align: left;
	border: 1px solid #000;
	color: #000;
	align: center;
}

.TableMonthly h2 {
	font-size:100%;
	padding-bottom:0;
}

/*
#table_list{
width:100%;
}

#table_list .head{
background-color:#F3F4F5;
border-bottom: 1px solid #F3F4F5;
padding:5px;
color:#A6A8AB;
}

#table_list td{
border-bottom: 1px solid #BBBDBF;
padding:10px;
vertical-align:top;
text-align:left;
}

#table_list h2{
color:#95D3C8;
font-weight:bold;
font-size:14px;
margin-top:0;
padding-top:0;
}

#table_list h2 a{
color:#95D3C8;
text-decoration: none;
}

#table_list h3 a{
color:#658389;
text-decoration: none;
}

#table_list h2 a:hover, #table_list h3 a:hover{
text-decoration: none;
color: #fdcf20;
}


#table_list h3{
color:#658389;
font-weight:bold;
font-size:14px;
margin:0;
padding:0;
}

*/
