/*  www.kontentsu.com */
/*  All page layout should be css driven - no tables */
/*  Use @media for print version */
/* All pages should validate */

/*  s.standard element rules */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 20pt;
/*	background-color: #FAF0E6; */
}

h1  {
	font-weight: bold;
	font-size: 16pt;
	padding-top: 20pt;
}

h2  {
	font-size: 14pt;
	font-weight: bold;
	color: #090;
}

h3  {
	font-size: 12pt;
	font-weight: bolder;
}

h4  {
	font-size: 11pt;
	font-weight: bold;
}

h5  {
	font-size: 10pt;
	font-weight: lighter;
}

h6  {
	font-size: 9pt;
	font-weight: normal;
}

A:link  {
	text-decoration: none;
	color: Navy;
	font-weight: bold;
	background: transparent;
}

A:visited  {
	text-decoration: none;
	color: Navy;
	font-weight: bold;
	background: transparent;
}

A:hover  {
	text-decoration: underline;
	color: #7C869C;
	background: transparent;
}

p  {
	font-size: 10pt;
	font-weight: normal;
}

ul  {
	list-style-position: inside;
	margin-left: 10pt;
}

p ul  {
	list-style-position: inside;
}

li ul  {
	list-style-position: inside;
}
	
li  {
	font-size: 9pt;
	font-weight: normal;
	list-style: square;
	padding-bottom: 2pt;
	margin-left: 11pt;
	}

li  ul li {
	font-size: 9pt;
	font-weight: normal;
	list-style: circle;
}

dt  {
	font-size: 11pt;
	font-weight: bold;
}

dd  {
	font-size: 10pt;
	font-weight: normal;
}



hr  {
   	margin-right: 35%;
	margin-left: 35%;
}


/* e.standard element rules*/

/* use callout when preceding head is NOT displayed*/
.callout  {
	font-size: 12pt;
	line-height: 16pt;
	font-style: normal;
	padding-top: 20pt;
	z-index: 3;
}

/* use leader instead of callout  when preceding head is displayed*/
.leader  {
	font-size: 12pt;
	line-height: 16pt;
	font-style: normal;
	z-index: 3;
}

/*use tagline at foot of pages*/
.tagline  {
	font-size: 12pt;
	line-height: 16pt;
	font-style: normal;
	text-align: center;
    	margin-right: 10%;
	margin-left: 10%;
	clear: both
}
	
.copyright  {
	text-align: center;
	font-size: 8pt;
	font-weight: normal;
	color: Gray;
	background: transparent;
}

.mailpage  {
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	background-color: #DCE9F0;
	padding-top: 2pt;
	padding-bottom: 1pt;
}

.header  {
	margin-bottom: 25pt;
}

.footer  {
	float: none;
	text-align: center;
	font-size: 8pt;
	font-weight: normal;
	color: Gray;
	margin-top: 12pt;
	background: transparent;
	clear: both
}

.thumbnail  {
	float: left;
	border-width: thin;
	width: 100px;
	height: 62px;
	margin-right: 10px;
	margin-bottom: 6px;
}

/* ratio 1:1.61803398875 */

.graphic-m-p  {
	float: left;
	border-width: thin;
	width: 229px;
	height: 370px;
	margin-right: 10px;
	margin-bottom: 6px;
}

.graphic-m-l  {
	float: left;
	border-width: thin;
	width: 370px;
	height: 229px;
	margin-right: 10px;
	margin-bottom: 6px;
}

.graphic-sm  {
	float: left;
	border-width: thin;
	width: 100px;
	height: 62px;
	margin-right: 10px;
	margin-bottom: 6px;
}

.graphic-l  {
	float: left;
	border-width: thin;
	width: 500px;
	height: 309px;
	margin-right: 10px;
	margin-bottom: 6px;
}

.graphic-popwin  {
	border-style: none;
	width: 718px;
	height: 443px;
}

.notweb {
	display: none;
}
/* embedded meta data not displayed*/

.meta {
	display: none;
}

.cases {
	float: right;
}

.dingbat {
	border-style: none;
	width: 137px;
	height: 27px;
}

#backtotop  {
	text-align: center;
	padding-bottom: 5pt;
	clear: both
}

#topgif  {
	border-style: none;
	width: 57px;
	height: 23px;
}

#eyebrow {
	font-size: 8pt;
	color: #CC3333;
}

#view {
	border-style: none;
	font-size: 8pt;
	margin-left: 2pt
}

#spanleft {
	text-align: left;
	display: block;
}

#spanright {
	text-align: right;
	display: block;
}

#xmlimage  {
	padding-right: 2pt;
}

#pdf-logo  {
	border-style: none;
	width: 19px;
	height: 31px;
	margin-left: 2px;
	vertical-align: top;
}

#ppt-logo  {
	border-style: none;
	width: 25px;
	height: 16px;
	margin-left: 2px;
	vertical-align: top;
}

#redarrow-right  {
	border-style: none;
	width: 4px;
	height: 7px;
	margin-left: 2px;
}

/* s.two-column layout for company page*/
#leftcontent {
	float:left;
	width:40%;
}

#rightcontent {
	padding-top: 48pt;
	padding-bottom: 48pt;
	padding-right: 30pt;
}
/* s.two-column layout for site map*/
#sitemapA {
	float:left;
	width:40%;
	padding-right: 30pt;
}

#sitemapB {
	padding-left: 30pt;
	padding-top: 2pt;
}

/* s.print*/
@media print{.logo  {
	display:none
}}
@media print{body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 10%;
	margin-right: 10%;
}}
@media print{A:link  {
	text-decoration:none;
	color:black
}}
@media print{#view {
	display:none
}
}

@media print{.notweb  {
	display:block

}}

@media print{.cases {
	display:none
}}

@media print{.mailpage {
	display:none
}}

@media print{#backtotop {
	display:none
}}

@media print{#topgif {
	display:none
}}

@media print{#redarrow-right {
	display:none
}}

@media print{#ppt-logo {
	display:none
}}

@media print{#ppt-pdf {
	display:none
}}

/* e.print*/