/* CSS Document */

body {
	background: url(images/bgstage.gif) #6b68f5 repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	}
	
#head { position:absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	}

#mast {position:absolute;
	top: 2px;
	left: 0px;
	z-index: 3;
	}

#sub {position:absolute;
	top: 11px;
	left: 500px;
	z-index: 2;
	}

#nav {position:absolute;
	top: 100px;
	left: 0px;
	z-index: 1;
	}

#stage {position:absolute;
	top: 125px;
	left: 207px;
	width: 625px;
	z-index: 2;
	}

.copyrighttext{
	font-size: 7pt;
	line-height: 9pt;
	font-weight: bold;
	}

a:link {
	text-decoration: none;
	color: #524ef9;
}
a:visited {
	text-decoration: none;
	color: #524ef9
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}