#headerInfoBox {
	background:url(../images/backgrounds/bckg_informations.png) no-repeat;
	height:40px;
	border-right: 1px #000 solid;
}
#headerInfoBox h2 {
	color:#000;
	font-size:18px;
	line-height: 40px;
	padding-left: 65px;
}
.contentInfoBox {
	margin: 10px 10px 0 0;	
}
.contentInfoBox h4 {
	font-size: 16px;
}
.infoDateName a, .infoDateName {
	font-size: 13px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
.infoDateName a:hover {
	text-decoration:underline;	
}

.infoDesc {
	margin: 10px;
}
.infoDesc, .infoDesc a {
	font-size: 12px;
	color:#000;
	text-decoration:none;	
}
.infoDesc a:hover {
	text-decoration:underline;	
}
.infoTableContents {
	list-style:none;
	margin: 10px 20px 50px 20px;
}
.tableContentsCategory {	
}
.tableContentsCategory a, .tableContentsSubcategory a {	
	color:#000;
	text-decoration:none;
	font-size: 14px;
}
.tableContentsCategory a:hover, .tableContentsSubcategory a:hover {
	text-decoration:underline;	
}
.tableContentsSubcategory {
	margin-left: 30px;
	list-style: circle;
}
