body{
	margin:0px;
}
#wrapper{
	text-align:center;
	background-color:#ffffff;
}

#container{
	width:800;
	height:50;
	margin:0px auto;
	background-color:#444444;
	
}

#header{
	background-color:#ffffff;
	text-align:left;
	
	
}

#main{
	background-color:#446B9E;
	text-align:left;
	clear:both;

}
#footer{
	font-size:10px;
	background-color: #ffffff;
	text-align: center;
	clear: both;
	color: #6666666;
	padding:8px;


}
h1{
	font-size:12px;
	font-wight:nomal;
	color:#333333;
	margin:0px;
	text-indent:10px;
}



h2{
	font-size:px;
	font-wight:nomal;
	color:#666666;
	margin:40px;
	text-indent:10px;
	border-right:solid 4px #C1D1E0;
	margin-top:0.5em;
	margin-bottom:5px;
	padding:2px;
	
}
	

h3{
	font-size:13px;
	font-weight:normal;
	color:#666666;
	margin:10px;
	
}


.button {
	position: relative;
	z-index:1;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #444444;
	line-height: 40px;
	float: left;
	width: 190;
	font-size: 11px;
	text-align: center;
	font-size: 15px;
	
	
	
	
}
.button:hover {
	background-color: #fff;
	border-color: #cccccc;
	color: #F4F4F4;
	
}
.button::before,
.button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #333;
}
.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button:hover::before,
.button:hover::after {
	width: 0;
	background-color: #59b1eb;
}



#contents{
	width:800px;
	background-color:#ffffff;
	float:left;
	text-align:left;
	
	
}

A:link {
	text-decoration : none;
	color: #000000;
}
A:visited { text-decoration : none ;}
A:active { text-decoration : none ;}
A:hover { text-decoration : none ;}


table {
	border-collapse: collapse;
	width:100%;
}
th.t_top {
    border-top: #fffffff 1px solid;
}
th {
	border-bottom: #fffffff 1px dotted;
	text-align: left;
	padding: 15px;
	font-weight: normal;
}
td.t_top {
	border-top: #fffffff 1px solid;
}
td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 15px;
}
tr:hover {
    background: #cccbca;
    color: #FFFFFF;
}
