Body, iFrame{
	overflow: visible;
	height: auto;
}

#camp1 {
	overflow: visible;
   height: auto;
}

.sneak  {	
	display: none;
   visibility: hidden;
	width: 0px;
	line-height: 0px;
	border-color: white;
}

.sneakdisplay {
	display: inline;
	visibility: visible;
	line-height: 100%;
}


.top  	{ vertical-align: top; }
.center  { text-align: center; }
.right  { text-align: right; }
.righttocenter { text-align: center; }

.preheads  		{ border: 0; }
.centerheads	{ font-weight: bold; text-align: center; }
.narrow {  font-size: 9pt;  }


a:link       {	color: black; text-decoration: none;}
a:visited    {	color: black; text-decoration: none;}
a:hover      {	color: black; text-decoration: none;}
a:active     {	color: black; text-decoration: none;}

a.hlinklil:link       {	color: black; text-decoration: none;}
a.hlinklil:visited    {	color: black; text-decoration: none;}
a.hlinklil:hover      {	color: black; text-decoration: none;}
a.hlinklil:active     {	color: black; text-decoration: none;}

th		{ border: 1px solid black; }

input.disable	{
	background-color: transparent;
	color:black;
	border-style: none;
}