/* CSS layout */

#MyTableHeader {
	background-image: url(/images/headerbar.jpg);
	background-repeat:repeat-x;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	color: #FF00FF;
	text-align: center;
	vertical-align: middle;

}




