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


body{
	background-image: url(images/bkgd.gif);
	background-color: #eee4f0;
	background-repeat: repeat-x;
}

p{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6d3479;
	line-height: 1.4em;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #e6045d;
	letter-spacing: .1em;
}

h2{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6d3479;
	line-height: 1.4em;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #e6045d;
	padding-top: 4px;
	padding-bottom: 4px;
}
