body {
	padding:0;
	margin:0;
	font-size:10pt;
	font-family:Arial,sans-serif;
	color:black;
	background-color:white;
}
.header {
	/*overflow:hidden;*/
	overflow:visible;
	border:1px solid transparent;
	position:relative;
	/*z-index:3;*/
	margin-bottom:10px;
}
* html .header {
	border-style:none;
}

.to-logo {
	text-align:center;
	position:relative;
	top:-25px;
}
.more-j2s {
	margin-top:48px;
	clear:both;
	text-align:center;
	font-weight:bold;
}
.more-j2s-continue {
	margin-top:12px;
	clear:both;
	text-align:center;
	font-weight:bold;
}
.copyright-footer {
	margin-top:16px;
	text-align:center;
}
.j2s-home-link {
	display:block;
	width:150px;
	height:80px;
	overflow:hidden;
	position:absolute;
	left:45px;
	top:15px;
	border-bottom:2px solid white;
}

img {
	border-style:none;
	border-width:0;
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
}
.j2s {
	/*position:absolute;*/
	margin:0 auto;
	width:148px;
	height:76px;
	/*border:2px solid #ffa500;*/
	white-space:nowrap;
	font-family:"Times New Roman", Arial, sans-serif;
	font-style:italic;
	font-weight:100;
	overflow:hidden;
	color:#000000;
	/*background-color:white;*/
	/*cursor:default;*/
	cursor:pointer;
	cursor:hand;
}
a.j2s-home-link:hover {
	border-bottom:2px solid #ffa500;
}
* html .j2s {
	width:196px;
	height:76px;
}
.bigj {
	position:relative;
	padding-left:18px;
	top:-16px;
	font-size:80px;
	color:#0000d8;
}
.lowerava {
	position:absolute;
	top:40px;
	margin-left:-12px;
	font-size:30px;
	color:#cecece;
	/*z-index:2;*/
}
.middleto {
	font-size:40px;
	color:#e80000;
	position:relative;
	top:-28px;
}
.smalls {
	font-size:58px;
	color:#0000d8;
	position:relative;
	top:-28px;
}
.restcript {
	color:#cecece;
	font-size:30px;
	position:relative;
	top:-28px;
	left:-2px;
}

