@charset "utf-8";
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-align: justify;
}
.bigNorm {
	font-family: "Arial Black";
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	line-height: 20px;
}
a:link {
	font-family: "Arial Black";
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
}
.submit {
	font-family: "Arial Black";
	font-size: 14px;
}
.normalSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}
#centre {
	width: auto;
}
