/* CSS Document */



/*This style controls the color of the background and links of the navbar*/
.mainnavigation {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	
}
.mainnavigation a:link {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	
}
.mainnavigation a:visited {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.mainnavigation a:hover {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.mainnavigation a:active {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.mainnavigation {
	background-image: url(images/nav_bar.jpg) 
}

/*This style controls the color of the dark tan background */
.tanbackground1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	font-weight: normal; 
	background-image: url(images/tan_background1.jpg) 
}

/*This style controls the color of the light tan background */
.tanbackground2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	font-weight: normal;
	background-image: url(images/tan_background2.jpg) 
}
/*This style controls the the text on the maroon background on the shows table*/
 .maroonbackgroundtxt {
 	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF; 
	font-weight: normal;
}




