html {
	height: 100%;
	overflow-y: auto; 
	overflow-x: hidden; 
}
.bfleck {
	background-image: url("../web_images/fleck.gif");
}
.bblack {
	background-color: #000000;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
.main {
	font-family: Tahoma, sans-serif;
	color: #FFFFFF;
	font-size: xx-small	
}
.red {
	color: orange;
	font-family: Tahoma, sans-serif;
	font-size: small;
	font-weight: bold;
}
.blue {
	color: lightblue;
	font-family: Tahoma, sans-serif;
	font-size: small;
	font-weight: bold;
}
.fred {
	color: orange;
	font-family: Tahoma, sans-serif;
	font-size: xx-large;
	font-weight: bold;
}
.fblue {
	color: lightblue;
	font-family: Tahoma, sans-serif;
	font-size: xx-large;
	font-weight: bold;
}
.smWhite {
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: xx-small;
	font-weight: bold;
}
.smBlack {
	color: #696969;
	font-family: Tahoma, sans-serif;
	font-size: xx-small;
	font-weight: bold;
}
.medwhite {
	font-family: Tahoma, sans-serif;
	color: #FFFFFF;
	font-size: medium;
}
.medyellow {
	font-family: Tahoma, sans-serif;
	color: #FFFF00;
	font-size: medium;
}
.bigyellow {
	font-size: 36px; 
	color: #FFFF00; 
	font-family: Tahoma, sans-serif; 
	font-weight: bold; 
}
.biggreen {
	font-size: 36px; 
	color: #009900; 
	font-family: Tahoma, sans-serif; 
	font-weight: bold; 
}
.style14 {
	font-size: 14px; 
	color: #FFFFFF; 
	font-family: Tahoma, sans-serif;
}
.bigwhite {
	font-size: xx-large; 
	color: #FFFFFF; 
	font-family: Tahoma, sans-serif; 
	font-weight: bold; 
}
.bigred {
	font-size: xx-large; 
	color: red; 
	font-family: Tahoma, sans-serif; 
	font-weight: bold; 
}
.center {
	margin-left: auto;
	margin-right: auto;
}
.panoshadow {
	margin-left: auto;
	margin-right: auto;
	box-shadow: 10px 10px 5px grey;
}
.style15 {font-size: small}

.containerdiv { float: left; position: relative; } 
.cornerimage { position: absolute; bottom: 0; left: 0; } 
.cornerimageR { position: absolute; bottom: 0; left: 550; } 

a:link {color:white;} 
a:visited {color:white;} 
a:hover {color:white;  font-weight: bold;} 
a:active {color:#33FF00; font-weight: bold;} 
