/* for print, navigation is hidden and left position=0 */
#navigation {
		}
		
img.logo {
		/* visibility:hidden; */
	    visibility:visible;
		width:100%;
		height:100%;
		
		
		}

/* for print, left position=0 */
#content {
}

/* for print, width meets letter and A4, text size is in points (rather then pixel), left position=0*/
p {
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 100%;
}



/* titles */	
h1 {
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 16pt;
	text-indent: 0;
	font-weight: normal;
	width: 60%;
	color: #000000;
	}


/* subtitles */	

h2 {
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 12pt;
	text-indent: 0;
	font-style: italic;
	font-weight: normal;
	width: 70%;
	color: #000000;
	}

/* years */	
h3 {
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 16pt;
	text-indent: 0px;
	text-align: center;
	font-weight: normal;
	margin-left: 0px;
	
	
	
	/* 
	padding
	*/ 
	padding-top: 2px;
	padding-bottom: 2px;
	/* 
	border style
	*/ 
	border-top-color: #999999;
	border-top-style: dotted;
	border-top-width: thin;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	
}	


	
img {
	border: none;
	}
	
/* 

    list

*/
li {
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #999999;
	text-decoration: none;
	text-indent: 0px;
	
	list-style-type: circle;
}

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




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