@charset "utf-8";
/* CSS Document */
#table table {
	float: left;
	border: 1px #B4B4B4 solid;
	border-collapse: collapse;
	border-spacing: 0;
	width: 98%;
	margin-top: 5px;
	margin-bottom: 30px;
}
#table th {
	padding: 5px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	border-top: 0 solid #B4B4B4;
	border-right: 0 solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	border-left: 1px solid #B4B4B4;
}
#table td {
    padding: 5px;
    border: 1px #B4B4B4 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}
h1 {
	float:right;
	text-align: right;
	border-bottom: 3px solid #006633;
	width: 98%;
	margin-right: 2%;
	margin-top: 0px;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 15px;
}
h2 {
	text-align: center;
	margin: 0px 0px 10px;
	padding: 0px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	margin: 10px 0px;
	padding: 0px;
}
#right #box #catchoise {
	margin: 0px 10px 10px;
	font-size: 12px;
}


