@import "../../../common.css";

.title{
	font-size		: 14Pt;
	font-weight		: bold;
	line-height		: 16Pt;
	margin			: 10px 0px 10px 0px;
	border-style	: solid;
	border-width	: 0px 0px 1px 0px;
	border-color	: #a0a0a0;
}

.date{
	font-size		: 12Pt;
	font-weight		: bold;
	line-height		: 14Pt;
	color			: #606060;
}

.notebox{
	filter			 : Alpha(opacity=65);
	background-color : #fffcd0;
	border-style	 : solid;
	border-width	 : 1px;
	border-color	 : #606060;
}


.pagetitle{
	font-size		 : 20Pt;
	border-style     : solid;
	border-width     : 0px 0px 1px 0px;
	border-color     : #a0a0a0;
	margin           : 0px 0px 0px 0px;
	padding          : 8px;
}


