html {
	height: 100%;
	border: 0;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
	padding: 0;
	color: #FFFFFF;
	background-color:#000000;
}

td {
	text-align:left;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	}

th {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-transform: none;
	font-variant: normal;
	}

h1 {font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	font-variant: normal;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	font-variant: normal;
	}

h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	line-height: normal;
	text-transform: capitalize;
	font-variant: normal;
	}
	
.header {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	height: 80px;
	background-color:#000000;
	}
.footer {
	text-align:center;
	width:800px;
	height: 60px;
	background-color: #000000;
	}
.navigation {
	position: absolute;
	left: 0px;
	top: 80px;
	text-align: center;
	width:100%;
	height:30px;
	z-index: 3;
	}
.navbutton {
	position:relative;
	z-index:3;
	width: 115px;
	height: 23px;
	}
.content 
{
    position: absolute;
	z-index: 1;
	width: 100%;
	top: 125px;
	left: 0;
	}
.table2C {
	padding: 0;
	border: 0;
	}
.image {
	}
.script {
	visibility: visible;
	}
.noscript {
	visibility: hidden;
	}
.video {
	position: relative;
	text-align:left;
	z-index: 0;
	background-color: #000000;
	}
.sticky {
	overflow: hidden;
	position: absolute;
	z-index:3;
	height: 150px;
	width: 100%;
	top: 60px;
	left: 0px;
	}
#stage {
    position:absolute; 
    top:130px; 
    width:100%; 
    left:0; 
    z-index: 0;
    }
#curtain {
    position:absolute; 
    top:130px; 
    width:100%; 
    left:0; 
    z-index: 2;
    }
#fadediv
{
    position:absolute;
    padding-top:0;
    top:0;
    width:95%;
    height:900px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    z-index:98;
    background-color:#000000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity:0.7;
}
#centrediv
{
    display:none;
    position:absolute;
    padding-top:0;
    top:0;
    width:95%;
    height:900px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    z-index:99;
}
#popupmsg
{
    background-color:White;
    color:#000000;
    border-color:Gray;
    border-width:2px;
    border-style:double;
    margin-top:125px; 
    margin-left:auto; 
    margin-right:auto; 
    width:400px; 
    height:400px;
    z-index:100;
}
#slideShow {
			width:600px;
			height:400px;
			padding:0px;
}
