@charset "UTF-8";
/* CSS Document */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	line-height: 22px;
}
.purple {
	color: #993399;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #993399;
	text-align: center;
	line-height: 24px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFF;
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 18px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	list-style-type: square;
}
fieldset {
	border: thin solid #000;
	padding-left: 8px;
}
legend {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #993399;
	line-height: 16px;
}
fieldset {
	color: #993399;
}

a {
	color: #993399;
	text-decoration: none;
	}
	
a:hover {
	color: #993399;
	text-decoration: underline;
	}
.ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #993399;
}
