
/* table cell formatting */
tr#logo {
	background: #000000;
	color: white;
	height: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-large;
	padding:0px;
}

td#stripe {
	color: ( 206, 20, 43 );
	height: 9px;
	background-image:url('http://www.ultralifecorp.com/images/header/red.png');
}
