/* print styles in this sheet */

html { width: 100%; margin:0; padding:0; }

body { 
	background: white;
	text-align: left;
	color: #333;
	font-size: 12pt !important;
	line-height: 130%;
	font-family: "Frutiger", "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	width: 100%;
	margin:0; padding:0;
 }
p, tbody, td, th, ul, ul, li, dl, dt, dd {
	font-family: "Frutiger", "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
}

pre { 
	display: block; 
	font-family: monaco, courier, mono-space;
}
em { 
	 color: #09F;
	 font-weight: normal;
	 font-style: italic;
}
strong { 
	 color: #09F;
	 font-weight: normal;
}
.strong { 
	 color: #09F;
}
dfn { 
	 color: #09F;
	 font-weight: normal;
	 font-style: normal;
}
abbr {  
	 color: #09F;
	 font-weight: normal;
	 font-style: normal; 
}
b { 
	 color: #09F;
	 font-weight: normal;
}

img { display: block; border: 0; }


/* Hide navigation elements */

.hide, 
#nav-top, 
#nav-side, 
#biscuit-nav,
#footer ul,
a.toTop

{ display: none; }


/* Layout */


#logo { float: right; width: 35px; height: 36px; } /*Downsize for printing*/

#pageHead .hide { display: block; }

#title img { float: left; margin-right: 5mm; width: 70px; height: 70px; }
#title { margin-bottom: 10mm; }

div.block { margin: 5mm 10mm 5mm 0;  }

div.block img.left,div.block img.right  { display: none; }




/* -- LINKAGE -- */
	
a:link, a:visited {
	text-decoration : none;
	color: #090;
	background-color: transparent; 
	border-bottom: 1px solid #090;
}

/* -- HEADINGS -- */

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	line-height: 1em;
	color: #090;
}
h1 { 
	font-size:30pt; 
	line-height: 1.8em;
	letter-spacing: 0.1em; 
	margin-bottom: 5mm;
}


h2 { 
	font-size:20pt; 
	line-height: 1.2em; 
	color:#FC0; 
	letter-spacing: 0.1em; 
	margin-bottom: 2mm;
}
h3 { 
	font-size:18pt;
	line-height: 1em;
}
h4 { font-size:16pt; line-height: 1.2em; margin: 1em 0; }
h5 { font-size:14pt; line-height: 1.2em; margin-top: 0.5em; }

/* -- LISTAGE -- */

ul li { list-style: disc url(../i/ui/bullet.gif) outside; }

dt { margin: 0.5em 0 0.2em; color: #090; font-weight: bold; }
dd { margin: 0 0 0 1em; padding: 0; }


/* -- IMG LIST --*/

dl.imgList { 
	margin: 0; padding: 0;
}
dl.imgList dd img {
	padding-right: 3mm; padding-bottom: 3mm;
}
dl.imgList dd { 
	margin: 0; padding: 0.5em 0;
	display: block;
}

