/* general stuff */

body {
	background: #fff;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	line-height: 17px;
}

a:link, a:visited, a:active {
	color: #b72025;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #A90533;
	font-size: 18px;
	padding-bottom: 15px;
}

h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #A90533;
	font-size: 16px;
	padding-bottom: 12px;
}


h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #A90533;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 15px;
}

h4 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
}

h5 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10px;
	padding-bottom: 5px;
}

h6 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10px;
	padding-bottom: 5px;
}

p {
	padding-bottom: 15px;
}

p.buttonheading {margin: 0;}