body{
	background-color:	#FFDDDD;
}

H1{
	text-align:		center;
	color:			#CC0000;
}

H2{
	text-align:		center;
}

a:link{
	color:			#FFFFFF;
	background-color:	#3070CF;
}

a:visited{
	color:			#FFFFFF;
	background-color:	#3070CF;
}

a:hover{
	color:			#88FFFF;
	background-color:	#3070CF;
}

a:active{
	color:			#88FFFF;
	background-color:	#3070CF;
}

.hd_bk{
	color:			#FFFF99;
	width:			100%;
	filter:			progid:DxImageTransform.Microsoft.Gradient
					(gradientType=1,
					startColorStr=#880000,endColorStr=#FF8888);
}

.hd_title{
	color:			#FFFFFF;
	font-size:		24pt;
	font-weight:		bold;
	text-align:		center;
}

.hd_id{
	color:			#CCFFFF;
	font-size:		16pt;
	font-weight:		bold;
}

.hd_date{
	color:			#FFFFFF;
	font-size:		20pt;
	text-align:		right;
	font-weight:		bold;
}

.ct_bk{
	background-color:	#E0FFFF;
	text-align:		center;
}

.mn_bk{
	background-color:	#E0FFFF;
	text-align:		center;
	font-size:		18pt;
	width:			40%;
}

.tb_bk{
	background-color:	#E0FFFF;
	border:			solid	2px	#191970;
	width:			70%;
}

.tb_label{
	background-color:	#FFFFCC;
	width:			20%;
}

.tb_header{
	background-color:	#6495ED;
	width:			20%;
	font-weight:		bold;
}
.divshow {
visibility:visible;
}

.divhide {
visibility:hidden;
}
