@charset "UTF-8";
/* CSS Document */
body{
	text-align:center;	
	margin-bottom:80px;
}
h1 {
	font-size:25px;
	font-weight:bold;
	color:#000;
	margin-left:10px;
	 
}
h2 {
	font-size:16px;
	text-align:center;
	color:#333;
}
#header {
	margin-top:20px;
	text-align:center;
}

#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	
}

#content {
	color:#9C0;	
	margin-top:10px;
}
#bar {
	height:50px;
	background-color:#154A94;
	border: 1px silver solid;
	border-bottom: none;
}
#details {
	height:30px;
	background-color:#ECE9FF;
	margin-top:40px;
	color:#06C;
	padding-left:20px;
	padding-top:10px;
	font-weight:bold;
}
#details_content {
	margin-top:10px;
	color:black;
	 
}
#table table {
	width:100%;
	border:thin;
	height:800px;
}
td.border-right {
	border-right : 1px silver solid;
	border-top : 1px silver solid;
	border-bottom : 1px silver solid;
	border-left:1px silver solid;
	padding:30 30 30 30;
	text-align:center;
}
	
td.border-left {
	border-bottom : 1px silver solid;
	border-left : 1px silver solid;
	border-top : 1px silver solid;
	border-right: 1px silver solid;
	padding:30 30 30 30;
}
.note {
	text-size:12px;
	color:#666;
}
.address {
	padding-left:10px;
	color:black;
	
}
.homepage {
	text-align:center;	
}
.homepage a{
	 
	color:#000;
	font-weight:200;
}
.float-right {
	float:right;
	text-align:center;
}
