/*Makes all body text blue(hex000066) coloured 12pt Tahoma with 14pt vertical spacing between lines of text and 10pt margins.  Use hustletile6.gif as background. */

body 	{font-size: 10pt;
	 font-family: Arial, Helvetica, sans-serif;
	 color: #151835;
	 background: url(images/hustletile4.gif);
	 background-attachment: fixed;
	 line-height: 14pt;
	 margin-left: 10pt;
	 margin-right: 10pt;
	 SCROLLBAR-FACE-COLOR: #6789CD;
	 SCROLLBAR-HIGHLIGHT-COLOR: #6789CD; 
	 SCROLLBAR-SHADOW-COLOR: #6789CD; 
	 SCROLLBAR-3DLIGHT-COLOR: #6789CD; 
	 SCROLLBAR-ARROW-COLOR: #000000; 
	 SCROLLBAR-TRACK-COLOR: #8FA7D9; 
	 SCROLLBAR-DARKSHADOW-COLOR: #6789CD;}

/* Indent Paragraphs */
p	{margin-left: 12pt;
	 margin-right: 12pt;}

input {background: url(images/hustletile4.gif;}
textarea {background: url(images/hustletile4.gif;
		  font-family: Arial, Helvetica, sans-serif;
		  }

/* Main table on home page */
table.home
	{font-size: 10pt;
	 font-family: Arial, Helvetica, sans-serif;
	 color: #151835; 
	 font-weight: bold;
	 }

/* Main table on gig guide page */
table.gig
	{font-size: 10pt;
	 font-family: Tahoma, Arial, Helvetica, sans-serif;
	 line-height: 12pt;
	 color: #151835;}
	 
/* Main tables on Profile page */
table.profile
	{font-size: 10pt;
	 font-family: Arial, Helvetica, sans-serif;
	 color: #151835;}
	 
/* Main tables on News page */
table.news
	{font-size: 10pt;
	 font-family: Arial, Helvetica, sans-serif;
	 color: #151835;}
	 
/* Main table of biography page */
table.biop 
	{font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #151835 ; 
	font-weight: bold; 
	left: auto; 
	clip:  rect(   ); 
	text-align: left;}
