body{
margin: 0;
padding: 0;
background-color: #FFFFFF;
font-family: "Times New Roman", Times, serif;
font-size: 9pt;
color: #000000;
line-height: 10pt
}

img {
	border: 0;
}

h1, h2, h3 {
	margin-top: 0.5em;
	padding: 0em;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}

a:link{
color: #0000FF;
}

a {
font-size: 9pt;
color: #0000FF;
text-decoration: none;
line-height: 10pt
}

a:hover
{color: grey;
}

a:visited{
color: #0000FF;
}


b{
font-size: 11pt;
color: #00F;
line-height: 10.5pt
}

.column {
	float: left;
	display: block;
	width: 220px;
}
p {
	text-align: justify;	
}
.contents2 {
	float: left;
	width: 900px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
}
.contentHeader h2 {
	color: #000;
	text-align: center;
	background-color: #FFF;
	padding-bottom: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	border-bottom: 1px solid #999;
}
#footer {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #FFF;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	width: 900px;
	float: left;
	margin: 0 auto;
	text-align: center;
}
#footer a {
	font-size: 85%;
	color: #000;
}



