bottom@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	font-family: Century Gothic, Arial;
}


a {
 color:#125a9e;
 font-weight:600;
}

a:hover{
 color:#BA0B13;
}

footer {
	background-color:#f4f5f7;
	padding-bottom:20px;
}

#wrapper {
	width:850px;
	margin:0 auto;
	padding:30px 50px 20px;
	background-color:#FFF;
}

.float {
	float:left;
	width:250px;
	margin-right:50px;
}

.end {
	margin-right:0;
}

h1 {
	color:#125a9e;
	text-align:center;
	font-size:36px;
	font-weight:bold;
	line-height:100px;
}

h2 {
	border-bottom:2px solid #125a9e;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
}

p {
	margin-top:10px;
	font-size:12px;
	line-height:22px;
}

span {
	font-size:11px;	
	line-height:12px;
	color:#666;
}

.link  {
	display:block;
	font-size:10px;
	text-align:right;
	margin-bottom:5px;
}


.holi {
	background-color:#FCC;
}

#bottom {
	text-align:center;
	color:#666;
	font-size: 10px;
}


table {
	font-size:10px;
	display:block;
	width:245px;
	border:1px solid #CCC;
}

tr {
	width:100%;
}

th {
	font-weight:bold;
}

th, td {
	line-height:18px;
	width:42px;
	text-align:center;
	border-bottom:1px solid #ccc;
}

