/* DEFINING THE BODY OF THE MAIN PAGE */
body 
	{
	margin: 0;
	background-repeat: repeat-x;
	background-color: #000000;
	background-image: url(../images/bg_slanty_top.gif);
	}
	
.noflash {
	margin: 0;
	background-color: #000000;
	background-repeat: no-repeat;
	background-image: url(../images/shim.gif);
	}
	
ul {
	margin-left: 20px;
}

li {
	padding-bottom: 10px;
}
	
	
	
	
/* TEXT FORMATTING */



.footer
	{ 
	color : #737373; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : normal;  
	line-height : 15px;
	}
	
.bodycopy
	{
	color : #dcdcdc;
	font-family : "Times New Roman", Times, serif;
	font-size : 16px;
	font-weight : normal;
	line-height : 23px;
	}
	
a.footer:link, a.footer:visited 
	{ 
	color : #737373; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : normal;  
	line-height : 15px;
	text-decoration: none; 
	}	
	
		
	
a.footer:hover	
	{ 
	color : #fff;
	text-decoration: underline; 
	}
	
a.bodycopy:link, a.bodycopy:visited 
	{
	color : #fff;
	text-decoration: underline;
	font-weight: bold;
	}	
	
		
	
a.bodycopy:hover	
	{
	color : #dcdcdc;
	text-decoration: underline;
	font-weight: bold;
	}
	
a.tourdate:link, a.tourdate:visited 
	{
	color : #dcdcdc;
	text-decoration: underline;
	
	}	
	
		
	
a.tourdate:hover	
	{
	color : #fff;
	text-decoration: underline;
	
	}
		
.bodycopyItalic {
	color : #dcdcdc;
	font-family : "Times New Roman", Times, serif;
	font-size : 16px;
	font-weight : normal;
	line-height : 23px;
	font-style: italic;
	font-variant: normal;
}
