@charset "utf-8";
body {
	background-image: url(images/outer-colour.jpg);
	background-repeat: repeat;
}
.normalFont {
	font-family: "Century Gothic";
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	padding: 8px;
}
.normalFont a{
	font-weight: bold;
	color: #000000;
	text-decoration:underline;
}.normalFont a:visited{
	font-weight: bold;
	color: #000000;
	text-decoration:unerline;
}.normalFont a:hover{
	font-weight: bold;
	color: #000000;
	text-decoration:underline;
}
.footer {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	color: #663366;
}
.footer a{
	font-weight: normal;
	color: #663366;
	text-decoration:none;
}
.footer a:visited{
	font-weight: normal;
	color: #663366;
	text-decoration:none;
}
.footer a:hover{
	font-weight: normal;
	color: #663366;
	text-decoration:underline;
}
.normalFontTitles {
	font-family: "Century Gothic";
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}
.forminput {
	font-family: "Century Gothic", Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #666666;
}
.buttonsLarge {
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #B8A4D9;
}
