html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #000000;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0px;
	text-align: left;
	line-height: 14pt;
}

p.center {
	text-align: center;
}

table.center {
	margin-left:auto;
	margin-right:auto;
}
	
a:link { 
	text-decoration: underline;
}

a:visited { 
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: underline;
}

#container {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
	
#t-b-padding {
	padding-top: 20px;
	padding-bottom: 40px;
	margin: 0px;
}

#contents {
	width: 100%;
	position: absolute;
	left: auto;
	top: 12em;
}

#contents-inside {
	padding-top: 18px;

}

#contents p, #contents ul li {
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 20pt;
}

#footer {
	position: absolute;
	text-align: right;
	padding-top: 3px;
	text-transform: uppercase;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin: 0px;
	left: 500px;
	top: 0px;
}

#footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 9pt;
	font-weight: normal;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0em;
	text-align: left;
	margin: 0px;
}

.footerbold {
	font-weight: bold;
}

.footerprint {
}

.footerscreen {
	display: none;
}

#logo {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 15px;
	left: 350px;
	}
	
#image {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
	
#image img {
	text-align: center;
}

ul.squarebullet {
	list-style-type: square;
	text-align: left;
	margin-left: 15px;
}

*html ul.squarebullet {			 /* for IE5/6 only */ 
	position: relative;
	left: 40px;
}

*+html ul.squarebullet {			 /* for IE7 only */ 
	position: relative;
	left: 40px;
}

#spacer {
	display: none;
}
	
/* Navigation bar */

#menu {
	display: none;
}

/* End navigation bar */

