.word_style {
	font-family: Arialep;
	font-size: 19px;
	color: #CC3300;
	text-align: center;
	font-weight: bold;
}
body {
	background-color: #FFFFFF;
}
.gram_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #339999;
	font-weight: normal;
}
.comment_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: italic;
}
.table_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
}
.td_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #000080;
	background-color: #CCCCCC;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
.td_left_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #000080;
	background-color: #CCCCCC;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	border-top-color: #0033CC;
	padding-left: 4px;
}
.td_inner_style {
	font-family: Arialep;
	font-size: 19px;
	color: #000000;
	text-align: left;
	left: 5px;
	padding-left: 10px;
}
.td_inner_center_style {
	font-family: Arialep;
	font-size: 19px;
	color: #000000;
	text-align: center;
	left: 5px;
	padding-left: 10px;
}
.comm_end_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #000000;
}
.p_cl {
	font-family: Arial;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 10px;
	font-size: 19px;
}

.f_cl {
	font-family: Arial;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	background-color: #E3E3E3;
	font-size: 19px;
}

.f_z {
	font-family: Arial;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	text-align: center;
	font-size: 19px;
	color: #5D1A9B;
	font-weight: bold;
}

.tab_ant {
	font-family: Arial;
	font-size: 19px;
	padding: 10px;
	left: 10px;
}
.blackT{
	color:Black;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial;
	font-size: 19px;
	font-weight: bold;
}
.blueT{
	color:#800000;
	cursor:hand;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial;
	font-size: 19px;
	font-weight: bold;
}
.redT{
	font-family: Arial;
	color:Red;
	cursor:hand;
}
.DelT{
	display=none;
}
.DispT{
	display=block;
}
