	body {background-color: #ffffee;}

	

	#top {

		position: absolute;

		top: 0px;

		left: 0px;

		background-color: #ffffee;

		margin: 0px;

		padding: 0px;

		font-family: arial, helvetica, san-serif;

		font-size: 10pt;

		width: 100%;

		height: 120px;

	}





	#cbtlogo {

		position: absolute;

		top: 5px;

		left: 5px;

	}



	#masthead {

		position: absolute;

		top: 2px;

		left: 120px;

		font-family: Courier New, serif;

		font-size: 30pt;

		font-weight: bold;

		z-index:5;

	}





	#shadow {

		position: absolute;

		top: 4px;

		left: 122px;

		font-family: Courier New, serif;

		font-size: 30pt;

		font-weight: bold;

		color: gray;

		z-index:4;



	}



	#whatisthis {

		position: absolute;

		top:    55px;

		left:  120px;

		width: 640px;

		font-family: Verdana, arial, helvetica, san-serif;

		font-size: 9pt;

		font-weight: bold;

	}

	

	#TMail {

		position: absolute;

		top: 5;

		left: 620px;

		padding: 5px;

	}



	#UTlogo {

		position: absolute;

		top: 5;

		left: 690px;

		padding: 5px;

	}

	

	@media print {

		#top {display: none;}

		#masthead {display: none;}

		#whatisthis {display: none;}

	    #UTlogo {display: none;}

	    #cbtlogo {display: none;}

	}
 
	#ToBoxOffice {
		position: absolute;
		top: 5px;
		left: 770px;
		padding: 5px;
		width: 30px;
		visibility: hidden;
		font-family: "Arial Narrow", Arial, Helvetica, Swiss, sans-serif;
		font-size: 14px;
		font-weight: bold;	
	}
	
