@charset "utf-8";

#titlecom{
	width: 523px;
}

#container table {
	width: 523px;
	border-top: 1px solid #cccccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

#container table h2 {
	padding: 2px 0 1px 0;
}

#container table td {
	text-align: left;
	border-top: none;
	border-bottom: 1px solid #cccccc;
	border-left: none;
	border-right: 1px solid #cccccc;
	padding: 10px;
}

#container table th {
	text-align: left;
	border-top: none;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: none;
	background-color: #f5f5f5;
	font-weight: normal;
	padding: 10px;
	width: 100px;
}

#container table th#table2th {
	text-align: left;
	border-top: none;
	border-bottom: 1px solid #91BC0D;
	border-left: 1px solid #91BC0D;
	border-right: none;
	color: #FFFFFF;
	background-color: #91BC0D;
	font-weight: normal;
	width: 100px;
	padding: 3px 0 2px 10px;
}

#container table a {
	text-decoration: none;
	color: #275ca0;
}

#container table a:hover {
	color: #FF9900;
}