a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: underline;
	color: #333;
}
#body {
	margin: 18px auto 0px;
	width: 780px;
	padding: 0px;
}

#body div h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #666;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: left;
	word-spacing: normal;
}
#body #img {
	display: block;
	margin: 1em 0em;
	padding: 0px;
}
#body p {
	text-align: justify;
	padding: 0px 1.5em 1em;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: lighter;
	letter-spacing: 0pt;
	word-spacing: 1pt;
	font-size: 11pt;
}

