* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: white;
	margin: 0;
	padding: 0;
	font-size: 11pt;
}

a {
	text-decoration:none
}

a:visited {
	color: #a0a0a0;
}

a:hover {
	color: red;
	text-decoration:underline;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 13pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 11pt;
}

/* graphics with no border */
.iimg {
        margin: 3px;
	border: solid 3px black;
}

/* graphics with a border */
.iimgb {
        margin: 3px;
	border: solid 2px black;
}

.stage {
	position: absolute;
	left: 153px;
	top: 152px;
	width: 525px;
	height: 392px;
	z-index: 1;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: auto;
}

.stage_wide_bg {
	position: absolute;
	left: 135px;
	top: 140px;
	width: 645px;
	height: 440px;
	background-image: url('images/stage_wide.jpg');
	filter:alpha(opacity=85); /* for IE */
	opacity: .85;
	z-index: 1;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	/*overflow: auto;*/
	margin: 0;
	/*border: thin solid black; */
}

.stage_wide_content {
	position: absolute;
	left: 140px;
	top: 145px;
	width: 655px;
	height: 448px;
	z-index: 2;
	padding: 0;
	overflow: auto;
	margin: 0;
	/*border: thin solid black; */
}

.border {
	border: solid 3px black;
}

.quotebox {
	border: thin dashed black;
	padding: 3px;
	margin: 3px;
}

.sorry {
	border: thin dashed red;
	padding: 3px;
	margin: 3px;
}

