			
			body{background-color:white;};
			font.FormHeader{font-family:Arial;
					   color:white;
					   font-size:16pt;
					   font-weight:normal;}		
			font.LeaseTitle{font-family:Verdana,Arial;
					   			color:rgb(0,164,183);
					   			font-size:10pt;
					   			font-weight:bold;}
			font.LeaseManSmallBlack{font-family:Arial;
					   			color:black;
					   			font-size:8pt;
					   			font-weight:normal;}	
			
	
			td.Seperator{padding-left:10;
						 padding-right:10;}
						 
			td.Banner{background-color:black;}
			
			table.Outsider{border:1px solid black;
						   height:400;}
			table.Insider{border:1px solid white;
						   height:400;}
			input,textarea,select{font-family: Verdana, Arial, Helvetica, sans-serif
					   color:black;
					   font-size:8pt;}
			input.submit{font-size:8pt;
						 color:white;
						 font-weight:bold;
						 background-color:black;	}
			hr{color:black;height:1pt;}						   						 
			/**************************************************/
			/* Progress Bar									  */
			/**************************************************/
			td.progressOff{	width:15px;
							height:8px;
							border-color:black;
							border-width:1;
							border-style:solid solid solid solid;
							background-color:rgb(192,191,195);
						}
			td.progressOn{	width:15px;
							height:8px;
							border-color:black;
							border-width:1;
							border-style:solid solid solid solid;
							background-color:rgb(0,164,183);					   							   									   
