@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/outer-gradient.jpg);
	background-repeat: repeat-x;
}

.bodyBackground {
	background-image: url(images/croydon-web-design-background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 365px;
}
.tableBorder {
	border: 2px solid #FFFFFF;
	background-color: #CCCCCC;
}
.normalFont {
	font-family: "Century Gothic";
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	padding: 8px;
}
.normalFont a{
	font-weight: bold;
	color:#FF9933;
	text-decoration:none;
}
.normalFont a:visited{
	font-weight: bold;
	color:#FF9933;
	text-decoration:none;
}.normalFont a:hover{
	font-weight: bold;
	color:#FF9933;
	text-decoration:underline;
}
.footer {
	font-family: "Century Gothic";
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	padding-top: 8px;
	padding-right: 35px;
	padding-bottom: 8px;
	padding-left: 35px;
}
.footer a{
	font-family: "Century Gothic";
	font-weight: normal;
	color: #CCCCCC;
	text-decoration:none;
}

.footer a:visited{
	font-family: "Century Gothic";
	font-weight: normal;
	color: #CCCCCC;
	text-decoration:none;
}

.footer a:hover{
	font-family: "Century Gothic";
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
}
h1 {
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: normal;
	color: #000000;
}
h3 {
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: normal;
	color: #000000;
}
.forminput {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #000000;
	background-color:#F2F2F2;
	border: 1px solid #B5C73F;
}
