@charset "utf-8";
body {
	background-color: #000000;
}
.footer {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
	padding: 8px;
}
.normalFont {
	font-family: "Century Gothic";
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	padding: 8px;
}

.footer a{
color:#FFFFFF;
text-decoration:none;
}
.footer a:visited{
color:#FFFFFF;
text-decoration:none;
}
.footer a:hover{
color:#FFFFFF;
text-decoration:underline;
}
.normalFontTitle {
	font-family: "Century Gothic";
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}
.picBorder {
	border: 5px solid #f5f4f3;
}
.buttonsLarge {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #000000;
	background-color: #F5F4F3;
	font-weight: bold;
}
.forminput {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #999999;
	border: 1px solid #CCCCCC;
}

