@import url("file:///Macintosh HD/Projects/WebSites/offbroadway/main.css");
body {
	background-color: #535353;
}


/*search bar*/
        #searchbar1 {margin:0px; padding: 0px; }
        #search{ /*mess around with the text feild here*/ }
        #searchsubmit{ /*mess around with the button here*/ }

/*search bar*/
        #searchbar1 {margin:0px; padding: 0px; }
        #search{ /*mess around with the text feild here*/ }
        #searchsubmit{ /*mess around with the button here*/ }
.cellborder3 {
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.bodyitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: justify;
}
.bodytextboldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.4pxpadding {
	padding: 4px;
}
.10pxpadding {
	padding: 10px;
}

