
.table_top_style {
	background-color: #CCC;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 0.5px;
	border-right-width: 0.5px;
	border-bottom-width: 0.5px;
	border-left-width: 0.5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-collapse:collapse;
	table-layout:fixed;
}
.table_style {
	background-color: #ffffcc;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	word-wrap: break-word;
	word-break: normal;
	border: 1px none #999999;
	border-collapse:collapse;
	margin: 0px;
	padding: 1px;
	table-layout:fixed;
}

.top_text {
	font-size: 16px;
	font-weight: bold;
}
.other_text {
	font-size: 14px;
	text-decoration:none;
	color: #06F;
}

.body {
	background-color: #FFF;
}

