/* CSS Document */
img {
	border: 0;
}

br {
	line-height: 0px;
}

h1 {
	font-weight: normal;
	font-size: 24px;
	color: #a2248e;
}

h2 {
	font-weight: normal;
	margin: 0 0 -10px 0;
	padding: 0;
	font-size: 16px;
	color: #a2248e;
}

h3 {
	color: #a2248e;
	margin: 0;
	padding: 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
}

h4 {
	color: #821b72;
	font-size: 14px;
}

a {
	color: #a2248e;
}

	a:hover {
		text-decoration: none;
	}
	
.float-image-right {
	float: right;	
	padding: 25px 0 0 10px;
}

	.float-image-right img {
		border: 1px solid #724f6f;
	}
	
.float-image-rnoborder {
	float: right;
	padding: 25px 0 0 10px;
}
	
ul li {
	padding: 5px 0 5px 0;
}

hr {
	color: #999999;
	background-color: #999999;
	height: 1px;
	border: 0;
}

	.imageborder {
		border: 1px solid #724f6f;
	}

