
body{ 
	margin:0;

}
td.menu{
	background-color:#333333;
	border-color:#333333;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-right-width:thin;

}
a.menu_b{
	display:block;
	width:100%;
	height:100%;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	text-indent:5px;
	background-color:#ccffff;
	color:#333333;
	font-size:16px;
	font-weight:700;

	
}
a.menu_b:hover{
	background-color:#FFCC99;
	color:#333333;
}

a.menu_s{	
	display:block;
	width:100%;
	height:100%;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	text-indent:5px;
	background-color:#f0f8ff;
	color:#333333;
	font-size:14px;
	font-weight:600;
}
a.menu_s:hover{
	background-color:#FFCC99;
}

a.menu_top{
	font-size:12px;
	color:#0000CC;
	background-color:#FFFFFF;
	text-indent:5px;
}
a.menu_top:hover{
	font-size:12px;
	color:#FFFFFF;
	background-color:#0000CC;
	text-indent:5px;
}
.p_15{
	font-size:15px;
	color:#000000;
	text-indent:10px;
	line-height:140%;
}
.p_15_red{
	font-size:15px;
	color:#ff0000;
	text-indent:10px;
	line-height:140%;
}
.p_12{
	font-size:12px;
	color:#000000;
	line-height:140%;
}