body, html { padding:0px; margin:0px; }
body 
{   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; background-color: #FFFFFF;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
	display: none;
}

h1 { 
	font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif; margin-top:40px ; margin-bottom:40px;
}

h2 { 
	font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif; margin-top:15px; margin-bottom:15px;
}

h3 { 
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p 
{ color: #000;
  font-style: normal;
  font-size: 14px;
  line-height: 2em;
  word-spacing: 1px;
}

/*****/

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	/*text-indent: -1em;*/
}

#inline-list {
	width: 90%;
	padding-top: 20px;
	padding-right: 34px;
	padding-bottom: 38px;
	padding-left: 38px;
	}

#inline-list p {
	display: inline;	
	}

#inline-list ul, #inline-list li {
	display: inline;
	padding: 0;
	color: #999;
	font-weight: normal;
	font-style: normal;
    font-size: 12px;
    line-height: 1.5em;
    word-spacing: 1px;
	}
	
/*****/

a.others {
   font-size: 16px;
   color: #000;
   text-decoration: underline;
 }

a:hover.others {
	color: #000;
	background:#ff0;
	text-decoration: none;
}

a:active.others { 
	color: #000;
	background:#ff0;
	text-decoration: underline;
 }

a.sal {
   font-size: 16px;
   color: #000;
   text-decoration: none;
 }

a:hover.sal {
	color: #000;
	background:#ff0;
	text-decoration: none;
}

a:active.sal { 
	color: #000;
	background:#ff0;
	text-decoration: underline;
 }
 
a.llllinks {
   font-size: 12px;
   line-height: 1.5em;
   word-spacing: 1px;
   color: #180043;
   text-decoration: underline;
 }

a:hover.llllinks {
	color: #180043;
	background:#ff0;
	text-decoration: none;
}

a:active.llllinks { 
	color: #000;
	background:#ff0;
	text-decoration: none;
 } 
 
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	color: #666;
}

/* +++++ position layers ++++++ */

#apDiv1 {
	position:absolute;
	left:28px;
	top:0px;
	width:483px;
	height:110px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:28px;
	top:135px;
	width:530px;
	height:400px;
	z-index:2;
}

