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

a {
	font-family: Arial, Book Antiqua, Lucida Sans, Tahoma, Verdana;
	font-size: 14px;
	text-decoration:none;
	color: #76107E;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
	color:#76107E;
}
h1 {
	font-family: Eras Demi ITC, Arial Rounded MT Bold;
	font-size: 22px;
	color:#32265D;
}
h2 {
	font-family: Byington, Palatino Linotype, Book Antiqua;
	font-style:italic;
	font-size: 16px;
	color:#32265D;
}
h3 {
	font-family: Lucida Sans, Trebuchet MS, Tahoma, Book Antiqua, Arial, Verdana;
	font-style:regular;
	font-size: 12px;
	color:#32265D;
}
h4 {
	font-family: Lucida Sans, Trebuchet MS, Tahoma, Book Antiqua, Arial, Verdana;
	font-size: 10px;
	color:#32265D;
}
h5 {
	font-family: Lucida Sans, Trebuchet MS, Tahoma, Book Antiqua, Arial, Verdana;
	font-style:regular;
	font-size: 12px;
	color:#FFF;
}
