@charset "utf-8";

/*information table */

#informbox1 {	
	font-size: 115%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #82A6CE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #82A6CE;
	padding-right: 10px;
	padding-left: 15px;
	width: 665px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #666666;
}
#inform table {
	width: 665px;
}
#inform td {
	border: 1px solid #FFFFFF;
	padding: 2px;
	text-align: center;
	font-size: 100%;
	background-color: #CEE6D1;
	width: 200px;
}
#inform .col1 {
	width: 90px;
	background-color: #999999;
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
}
#inform .col2 {
	width: 140px;
	background-color: #0D8DA4;
	color: #FFFFFF;
}
#inform .col3 {
	background-color: #FFFFCC;
	color: #0C6F98;
}
#inform a:link, #inform a:visited {
	color: #666666;
	text-decoration: none;
}
#inform a:hover {
	text-decoration: underline;
}
