img {
	border:0px;
}
.layout {
	background-color: #FFFFFF;
	background-image: url(../images/clouds.jpg);
	background-repeat: repeat-x; 
}
.copy {
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
.blackCopy {
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.goldCopy {
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	color: #FFCC00;
}
.smallCopy {
	font-family: Verdana;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
}
.smallGoldCopy {
	font-family: Verdana;
	font-size: 10px;
	line-height: 14px;
	color: #FFCC00;
}
.propName {
	font-family: Verdana;
	font-size: 26px;
	font-weight: bold;
	color: #FFCC00;
}
.required {

	font-family: Verdana;
	font-size: 12px;
	color: #FF0000;
}
.button {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
}
.formField {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	background-color: #FFFFFF;
}

