body {
	background:				#000;
	padding:				0;
	margin:					0;
}
body.map {
	background:				#fff;
}
a {
	font-size: 11px; 
	font-family: Helvetica; 
	line-height: 14px; 
	letter-spacing: 1.5px; 
	vertical-align: middle;
}
a:link, :visited { 
	color: white; 
	text-decoration: underline; 
}
a:hover, a:active { 
	color: #f93; font-size: 11px; font-family: Helvetica; line-height: 14px; text-decoration: none; letter-spacing: 1.5px; vertical-align: middle;
}
h1 {
	color: #f90;
	font-size: 12px;
	font-family: Helvetica;
	font-weight: bold;
	line-height: 14px; 
	text-transform: uppercase; 
	letter-spacing: 1.5px; 
	vertical-align: middle;
}
h2 {
	color: #f90;
	font-size: 12px;
	font-family: Helvetica;
	font-weight: bold;
	line-height: 14px; 
	text-transform: capitalize; 
	letter-spacing: 1.5px; 
	vertical-align: middle;
}
td.footer {
	background:				url(images/footer_left.gif) no-repeat;
	color: 					#f93;
	font-size: 				11px;
	font-family: 			Helvetica;
	text-indent: 			55px;
	vertical-align: 		middle;
}

A.picture { color: white; font-size: 11px; font-family: Helvetica; font-weight: bold; line-height: 14pt; text-decoration: none; text-align: center }
A.picture:visited { color: white; font-size: 11px; font-family: Helvetica; font-weight: bold; line-height: 14pt; text-decoration: none; text-align: center }
A.picture:hover { color: #f93; font-size: 11px; font-family: Helvetica; font-weight: bold; line-height: 14pt; text-decoration: none; text-align: center }
.text   { color: white; font-size: 11px; font-family: Helvetica; line-height: 14px; letter-spacing: 1.5px; padding-left: 20px; vertical-align: middle }
.textWhite   { color: white; font-size: 11px; font-family: Helvetica; line-height: 14px; letter-spacing: 1.5px; padding-left: 20px; }
.header-orange { color: #f90; font-size: 12px; font-family: Helvetica; font-weight: bold; line-height: 14px; text-transform: capitalize; letter-spacing: 1.5px; vertical-align: middle }

.label {
	float: left;
	text-align: right;
	width: 100px;
	padding: 4px 10px 10px 0;
}
.input {
	float: left;
	width: 250px;
	margin: 0 0 10px 0;
}
.textarea {
	width: 254px;
	margin: 0 0 10px 0;
}
.submit {
	float: left;
	margin: 0 0 10px 0;
}
.red {
	color: red;
}
.error {
	color: red;
	font-size: 14px;
	line-height: 1.2em;
	padding: 0 0 10px 0;
}
.success {
	color: green;
	font-size: 14px;
	line-height: 1.2em;
	padding: 0 0 10px 0;
}

.noPadding {
	padding: 0;
	margin: 0;
}
.end {
	clear: both;
}
