@charset "utf-8";
/* CSS Document */

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	background: #000 url(images/background_gradient.gif) repeat-x;
	text-align: center;
	margin: 5px 0px;
	padding: 0px;
}
.footerText {
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
}
a:link {
	color: #cbcbcb;
	text-decoration: none;
	font: normal 12px Verdana, Geneva, sans-serif;
}
a:visited {
	color: #cbcbcb;
	text-decoration: none;
	font: normal 12px Verdana, Geneva, sans-serif;
}
a:hover {
	color: #cbcbcb;
	text-decoration: underline;
	font: normal 12px Verdana, Geneva, sans-serif;
}
a:active {
	color: #cbcbcb;
	text-decoration: underline;
	font: normal 12px Verdana, Geneva, sans-serif;
}
.navBackground {
	background: url(images/navLayer.gif) repeat;
}
.navBackgroundLayer {
	background: url(images/contentBackgroundLayer.gif) repeat;
	border: 1px solid #333333;
}
.contentForgroundLayer {
	background: #787878;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
}
.contentBackgroundLayer {
	background: url(images/contentBackgroundLayer.gif) repeat;
	border: 1px solid #333333;
}
.border {
	border: 1px solid #CCC;
}
h2 {
	color: #333;
}

.dottedLine {
	border-top: 2px dotted #333;
}
.luxuryForm {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
}
