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

body,td,th {
	margin: 0px;
	padding: 0px;
	font-family: Quattrocento, Palatino, Times, "Times New Roman", Serif;
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	color: #6B1F7F;
	padding: 0px;
	font-family: "Josefin Sans", Futura, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 15px;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
p, ul, li {
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: Quattrocento, Palatino, Times, "Times New Roman", Serif;
	font-size: 16px;
}
a:link {
	color: #C60;
	text-decoration: none;
	margin: 0px;
}
a:visited {
	text-decoration: none;
	color: #C60;
	margin: 0px;
}
a:hover {
	text-decoration: underline;
	color: #F90;
	margin: 0px;
}
a:active {
	text-decoration: none;
	color: #C60;
	margin: 0px;
}
#nav a:link, #nav a:active, #nav a:visited {
	color:#696;
	text-decoration: none;
	margin-left: 12px;
	margin-right: 12px;
}
#nav a:hover {
	color:#C60;
}
.twelve {
	font-size: 12px;
}
.footer-text {
	font-family: "Josefin Sans", Futura, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #999;
	text-align: center;
}
.centered {
	text-align: center;
}