body {
	color: black; 
	background: white;
	}
   

#container {
width: 100%;
position:relative;
margin: 0; 
padding: 0;
}



h1 {
	color: #000;
	font-family: Century Gothic, Futura Medium, Tahoma, sans-serif;
	font-size: 16pt;
	text-align: left;
	line-height: 300%;
}

h2 {
	color: #000;
	font-family: Century Gothic, Futura Medium, Tahoma, sans-serif;	font-size: 14pt;
	text-align: left;
	line-height: 300%;
}

h3 {
	color: #000;
	font-family: Century Gothic, Futura Medium, Tahoma, sans-serif;	font-size: 12pt;
	text-align: left;
	line-height: 300%;
}


p {
	color: #000;
	font-family: Garamond, Palatino, Book Antiqua, serif;
	font-size: 10pt;
	line-height: 160%;
}

a:link
	{
	font-family: Garamond, Palatino, Book Antiqua, serif;
	font-size: 10pt;
	text-decoration: underline;
	color: #000000;
}

a:visited 
	{
	font-family: Garamond, Palatino, Book Antiqua, serif;
	font-size: 10pt;
	text-decoration: underline;
	color: #223355;
}



img {
	border: 0px;
}


#footer {
	display:none;
	}

#header {	
	display: none;
}



img.big {
	padding-left: 60px;
	padding-top: 20px;
}


img.thumb {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 9px;
	padding-right: 9px;
}