#flashcontent {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	overflow:auto;
}

img {
	border: 0px;
	vertical-align:bottom;
}
.gmMap{
	margin-left:10px;
}

P{
	margin:0px;
	padding:0px;
}

a:link{
	color:#0099CC;
	text-decoration: underline;
}

a:visited{
	color:#0099CC;
	text-decoration: underline;
}

a:hover{
	color:#00CCFF;
	text-decoration: none;
}

a:active{
	color:#00CCFF;
	text-decoration: none;
}

.error{
	border:1px solid #BABABA;
	padding:10px;
}

/* Pankuzu */
.crumb{
	font-family:Verdana;
	font-size:9px;
	color:#0B2451;
}
/**/
.crumb u{
	font-family:Verdana;
	font-size:9px;
	color:#0B2451;
	text-decoration: underline;
}
.crumb a:link{
	font-family:Verdana;
	font-size:9px;
	color:#0B2451;
	text-decoration: none;
}

.crumb a:visited{
	font-family:Verdana;
	font-size:9px;
	color:#0B2451;
	text-decoration: none;
}

.crumb a:hover{
	font-family:Verdana;
	font-size:9px;
	color:#0B3E9A;
	text-decoration: none;
}

.crumb a:active{
	font-family:Verdana;
	font-size:9px;
	color:#0B3E9A;
	text-decoration: none;
}

/* CLOSE */
#ftNavi{
	clear:both;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
}

#close{
	float:right;
	width:60px;
	height:20px;
	margin:0 0 10px 0;
	padding:0 0 20px 0;
	background-repeat:no-repeat;
	text-align:left;
}
#close ul{
	width:60px;
	margin:10px 0px 0px auto;
	padding:0px;
}
#close ul li{
	margin:0px;
	padding:0px;
	float:right;
	list-style-type:none;
}
#jumpclose{
	font-size:8px;
	text-indent:-10000px;
	background-image:url(../img/close.gif);
	background-repeat:no-repeat;
}
#jumpclose a{
	display:block;
	width:60px;
	height:20px;
	overflow:hidden;
}

ul#footList{
	margin:20px 0px 0px 60px;
	padding:0px;
}
ul#footList li{
	margin:0px;
	padding:0px 0px 0px 15px;
	list-style-type:none;
	/*float:right;*/
}

/* ARCHIVE */

#archive{
	float:left;
	width:60px;
	height:20px;
	margin:0 0 10px 0;
	padding:0 0 20px 0;
	background-repeat:no-repeat;
	text-align:left;
}
#archive ul{
	width:60px;
	margin:10px 0px 0px auto;
	padding:0px;
}
#archive ul li{
	margin:0px;
	padding:0px;
	float:right;
	list-style-type:none;
}
#jumparchive{
	font-size:8px;
	text-indent:-10000px;
	background-image:url(../img/archive.gif);
	background-repeat:no-repeat;
}
#jumparchive a{
	display:block;
	width:60px;
	height:20px;
	overflow:hidden;
}

/* BACK */
#back{
	float:left;
	width:60px;
	height:20px;
	margin:0 0 10px 0;
	padding:0 0 20px 0;
	background-repeat:no-repeat;
	text-align:left;
}
#back ul{
	width:60px;
	margin:10px 0px 0px auto;
	padding:0px;
}
#back ul li{
	margin:0px;
	padding:0px;
	float:right;
	list-style-type:none;
}
#jumpback{
	font-size:8px;
	text-indent:-10000px;
	background-image:url(../img/back.gif);
	background-repeat:no-repeat;
}
#jumpback a{
	display:block;
	width:60px;
	height:20px;
	overflow:hidden;
}

/* PLAYSURVIVAL */
#play{
	float:left;
	width:145px;
	height:10px;
	margin:0 0 10px 0;
	padding:0 0 20px 0;
	background-repeat:no-repeat;
	text-align:left;
}
#play ul{
	width:145px;
	margin:15px 0px 0px auto;
	padding:0px;
}
#play ul li{
	margin:0px;
	padding:0px;
	float:right;
	list-style-type:none;
}
#jumpplay{
	font-size:8px;
	text-indent:-10000px;
	background-image:url(../img/playsurvival.gif);
	background-repeat:no-repeat;
}
#jumpplay a{
	display:block;
	width:145px;
	height:10px;
	overflow:hidden;
}


/* IE */
/*\*/
* html ul#footList{
	margin:20px 0px 0px 60px;
	padding:0px;
}
/*----------------------*/
#fclose:after{
/* for modern browser */ 
	content: "";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
} 

* html #fclose{/* for IE */ 
/*\*/height:1%;/* for WinIE*/ 
display:inline-table;/* for MacIE*/ 
}

body*#fclose:after{
	content: ".";
}

/* IE */
/* mac IE5 */
/*\*//*/
#jumpclose a{
	overflow:visible;
}
#jumparchive a{
	overflow:visible;
}
/**/