/* CSS Document */
#content h2{

}
#wrapper #content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #666666;
	width: 50px;
}
#wrapper #content a:hover {
	color: black;
}
.content{
	width:500px;
}
#content hr {
	float: left;
	background-color: #9966CC;
	height: 1px;
	margin: 0 0 0 80px;
	width: 575px;
}
#content #registration{
	font-weight: bold;
	color: #996633;
	text-decoration: none;
	width: 500px;
}
#registration a{
	font-weight: bold;
	color: #996633;
	text-decoration: none;
}
#registration a:hover{
	font-weight: bolder;
	color: #66CC33;
	text-decoration: underline;
}
#bbb{
	width: 504px;
	margin: 0 0 0 80px;
}
#content #contentRule {
	height: 1px;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9966CC;
}
