body {
	background-color: #D6D6D6;
	background-repeat: repeat;
	background-attachment: inherit;
	text-decoration: none;
}
p { 
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	 }
td { font-weight: normal; font-style: normal; text-decoration: none; }
h1 { font-size: 10px; font-weight: normal; text-decoration: none; margin: 0; }
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.arial-14-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.arial-14-purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #594355;
}
.arial-12-gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
.arial-10-gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-color: #EDEDED;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #333;
}
.maintenance-h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
}

.imgLft {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.floatRht {
	float: right;
	margin-left: 20px;
	margin-bottom: 35px;
	z-index: 999;
}

.imgRoundedCorner {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

p {
	font-size: 14px;
	line-height: 20px;
}








blockquote {
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	width: 80%;
	line-height: 18px;
	position: relative;
	color: #383838;
	margin-top: 0.25em;
	margin-right: 0;
	margin-bottom: 0.25em;
	margin-left: 0;
	padding-top: 0.25em;
	padding-right: 40px;
	padding-bottom: 0.25em;
	padding-left: 40px;
	z-index: 0;
}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -20px;
	top: 30px;
	color: #7a7a7a;
}

blockquote cite {
	color: #999999;
	font-size: 12px;
	display: block;
	margin-top: 15px;
}
 
blockquote cite:before {
content: "\2014 \2009";
}
