@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-top: 20px;
	margin-bottom: 20px;
}
a:link {
	color: #523878;
}
a:visited {
	color: #68467E;
}
a:hover {
	color: #F0EFDB;
}
a:active {
	color: #644A85;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bolder;
	color: #543878;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.photo {
	padding: 3px;
	float: left;
	height: auto;
	width: auto;
	border: medium solid #543878;
	clear: both;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
left {
	clear: both;
	float: left;
}
right {
	clear: both;
	float: right;
}

li {
	list-style-image: url(/images/bullet.gif);
}