.Head{
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	wrap;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding-left:5px;
	vertical-align:bottom;
	padding-top:5px;
}
.boxContents{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10.8px;
/*
	border-top: solid 1px  #999999; 
	border-bottom:solid 1px #999999; 
	border-left:solid 1px #999999; 
	border-right:solid 1px #999999;
*/
/*
	background-color:#F5F5F5;
*/
	border-bottom:solid 1px #999999; 
}
.boxContents p{
	font-size: 10.8px;
	color:#000000;
	font-weight: normal;
}	
.boxContents h2{
	font-size: 10.8px;
	font-weight:bold;
	color:#000000;
}
.boxContents h3{
	font-size: 10.8px;
	color:#000000;
	font-weight: normal;
	font-style: italic;
}
.boxTitle_yellow{
	background-color:#FFFF00;
	height:22px;
}
.boxTitle_orange{
	background-color:#FF9900;
	height:22px;
}
.boxTitle_blue{
	border: solid 1px #999999;
	background-color: #004080;
	height: 22px;
}
.boxTitle_green{
	background-color:#006600;
	height:22px;
}
.boxTitle_red{
	background-color:#b52026;
	height:22px;
}
.boxTitle_blank{
	border-top:solid 1px #999999; 
	height:22px;
}
