/* This is the main css style sheet for Arizona Onstage Productions */

body {
	background-color:gray;
}



.bodyDivStyle {
	width:800px;
}



.buttonStyle {
	background-color:gray;
	color:white;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	height:20px;
	width:150px;
}



.buttonBoxStyle {
	background-color:gray;
	border-color:white;
	border-style:solid;
	border-width:1px;
	height:20px;
	width:145px;
}



.buttonTextStyle {
	color:white;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}




.frameBackgroundStyle {
	background-color:#000000;
}



.hyperLinkStyle {
	color:red;
	font-family:Arial;
	font-size:22px;
	font-weight:bold;
}



.pageBackgroundStyle {
 	height:970px;
	width:800px; 
	background-color:#000000;
}



.pageFooterStyle {
	color:white;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}



.pageHeaderTitle {
	color:gray;
	font-family:Arial;
	font-size:32px;
	font-weight:bold;
	text-align:center;
}



.pageTextStyle {
	color:white;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	text-align:left;
}



.archivePageTitleStyle {
	color:#00CED1;
	font-family:Lucida Sans;
	font-size:48px;
	font-weight:bold;
	text-align:center;
}



.tableArchiveStyle {
	background-color:gray;
	width:800px;
}

