.table_left_normal {
	text-align: left;
}
.table_right_normal {
	text-align: right;
}
.table_left_dot {
	text-align: left;
	border: thin dotted #999;
}
.table_center_dot {
	text-align: center;
	border: thin dotted #666;
}
.table_left_top {
	text-align: left;
	vertical-align: top;
}
.table_dot {
	border: thin dotted #999;
}
.frame {
	height: 200px;
	width: 600px;
	overflow: scroll;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.center_only {
	text-align: center;
}
.table_white {
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
}
.table_blue_right {
	background-color: #6699cc;
	text-align: right;
	vertical-align: top;
}
.table_purple_right {
}
.table_blue_center {
	background-color: #6699cc;
	text-align: center;
	vertical-align: middle;
}
.table_pur_center {
	background-color: #9966cc;
	text-align: center;
	vertical-align: middle;
}
.center_middle {
	text-align: center;
	vertical-align: middle;
}
.table_top_left {
	text-align: left;
	vertical-align: top;
}
.table_purple_right {
	background-color: #9966cc;
	text-align: right;
	vertical-align: top;
}
.head {
	background-color: #069;
	text-align: center;
	vertical-align: top;
	color: #FFF;
}
.head2 {
	color: #FFF;
	background-color: #609;
	text-align: center;
	vertical-align: top;
}
.table_top_center {
	text-align: center;
	vertical-align: top;
}

