@charset "UTF-8";
/* CSS Document */
#wrapper {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0 em;
	color: #000;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}

.imagecenter {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	display: block;
}
.imageleft {
	float:left;
	margin-right:10px;
}
.textcenter {	text-align: center;	
}
.marginrt {
	margin-right: 21px;
}
.margintop {
	margin-top: 10px;
}
#wrapper a {
	color: #a00303;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #a00303;	
}
#wrapper a:visited {
	color: #a00303;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #a00303;	
}
#wrapper a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #666;
	border-bottom: none;
}
.sourcetext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #000;
}

