@charset "iso-8859-1";
/* CSS Document */

body {
	background-color: FFFFFF;
}
.text {
	font-size: 12px;
	color: #003399;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.heading {
	font-size: 13.5px;
	color: #000099;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.showlink a:link {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #000099;
	weight: "bold";
	text-decoration: none;
	font-weight: bold;
}
.showlink a:visited {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #000099;
	weight: "bold";
	text-decoration: none;
	font-weight: bold;
}
.showlink a:hover {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #6666ff;
	weight: "bold";
	text-decoration: none;
	font-weight: bold;
}
.showlink a:active {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #000099;
	weight: "bold";
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
}

.textlink a:link {font-family: arial, verdana, sans-serif; font-size: 13px; color: #000099; weight: "bold"; text-decoration: none;}
.textlink a:visited {font-family: arial, verdana, sans-serif; font-size: 13px; color: #000099; weight: "bold"; text-decoration: none;}
.textlink a:hover {font-family: arial, verdana, sans-serif; font-size: 13px; color: #6666ff; weight: "bold"; text-decoration: none;}
.textlink a:active {font-family: arial, verdana, sans-serif; font-size: 13px; color: #6666ff; weight: "bold"; text-decoration: none;}

.smallshowlink a:link {font-family: arial, verdana, sans-serif; font-size: 11px; color: #000099; weight: "bold"; text-decoration: none;}
.smallshowlink a:visited {font-family: arial, verdana, sans-serif; font-size: 11px; color: #000099; weight: "bold"; text-decoration: none;}
.smallshowlink a:hover {font-family: arial, verdana, sans-serif; font-size: 11px; color: #6666ff; weight: "bold"; text-decoration: none;}
.smallshowlink a:active {font-family: arial, verdana, sans-serif; font-size: 11px; color: #6666ff; weight: "bold"; text-decoration: none;}

#shows-page  {
	color: #003399;
	background-color: #FFF;
	width: 450px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	border: 5px solid #FFF;
}
#shows-page a:link, #shows a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 12px;
	line-height: 14px;
	color: #03F;
}
#shows-page a:hover, #shows a:active {
	text-decoration: none;
}
