.table_border {
	border: 1px solid #BEBEBE;
}

.table_head {
	background-image: url(../images/table_head.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4572cf;
}

.table_border_in {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #BEBEBE;
	border-bottom-color: #BEBEBE;
}