body {
	color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #007d77;
}
a:visited {
	color: #007d77;
}
a:hover {
	color: #6d3a89;
	text-decoration: underline;
}
a:active {
	color: #007d77;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 120%;
	color: #000000;
	margin-top: 20px;
}
h2 {
	color: #683786;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 110%;
}
p {
	padding-bottom: 10px;
	padding-top: 10px;
}
#wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
#contents {
	clear: both;
	background-color: #FFFFFF;
}
#contents-left {
	width: 158px;
	z-index: 100;
	left: 0px;
	top: -2px;
	float: left;
	position: relative;
}
#left-column {
	width: 138px;
	margin-right: 10px;
}
#footer {
	text-align: left;
	font-size: x-small;
	margin-top: 10px;
	margin-bottom: 20px;
}
