.customersBg {
	background-image : url(images/bgRoof.jpg);
	background-repeat : no-repeat;
	background-position : center;
}
body {
	background-color: #333399;
	color: #000000;
}
.whiteTable {
	background-color : White;
	width : 100%;
}
.blueTable {
	background-color : #333399;
	width : 100%;
}
.headerBorder {  
	border: 8px #CCCCCC outset
}
.whiteText14 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #FFFFFF 
}
.whiteText12 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #FFFFFF 
}
.outsideBorder {
	border-left : 3px solid Black;
	border-right : 3px solid Black;
	border-top : 3px solid Black;
	border-bottom : 3px solid Black;
}
.mainText16 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #333399 
}
.mainText12 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #333399 
}
.pIndent {  
	text-indent: 30pt
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333399;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333399;
}
