
body, tr{
	font-size: 8pt;
	color: #363636;
	line-height: 13pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #f8f8f8;
	margin-top: 40px;
}
a{
	text-decoration:none;
	color:#b080ff;
	font-weight:none;
}
a:hover{
	text-decoration:none;
	color:#8d59e2;
}
#container {
	width: 700px;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
}
#nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
#header {
	padding-bottom: 30px;
}
img {
	border: 0px;
	border-bottom: 0px;
}
#content {
	padding: 10px;
	vertical-align: middle;
	padding-top: 50px;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 20px;
	margin-top: 60px;
}
#container #footer a {
	border-bottom: 1px solid #666;
	padding-bottom: 2px;
}
#cell {
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
#right {
	text-align: justify;
	border-right: 1px solid #CCC;
	padding-right: 35px;
}
hr {
	border: none 0;
	border-top: 1px solid #CCC;/*the border*/
	width: 100%;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#left {
	padding-left: 35px;
	text-align: justify;
}