body  { 
	  font-family:  Arial, Verdana, Helvetica, sans-serif;
	  font-size: 14px;
	  color: #000000;
      background-color: #000000;
	  margin-top: 10px;
	  margin-bottom: 10px;
	  line-height: 130%;
	} 

a.link {
	  color: #0b48bd;
	  text-decoration: none;
	}
a.visited {
	  color: #0b48bd;
	  text-decoration: none;
	}
a.hover {
	  color: #ba0c0c;
	  text-decoration: none;
	}
a.active {
	  color: #0b48bd;
	  text-decoration: none;
	}

.page {
	  background-color: #ffffff;
	  width: 900px;	
	}
.header { 
	  background-image: url("img/ezfabheader.jpg");
	  background-repeat: no-repeat;
	  width: 900px;
	  height: 160px;
	}	
.content {
	  padding-left: 5px;
	  padding-right: 5px;
	  padding-top: 15px;
	}	
.eqdiv {
	  padding-left: 5px;
	  padding-right: 5px;
	  border-bottom: 2px solid #4453a4;
	  width: 100%;
	  height: 10px;
	}
.navbar {
	  background-image: url('img/menu_bg.jpg');
	  vertical-align: top;
	  width: 900px;
	  height: 25px;
	  margin-top: 0px;
	}
H2 {
	 font-size: 18px;
	 font-weight: bold;
     text-align: center;
	}
.testimonial
	{
	  padding-top: 20px;
	  border-bottom: 1px solid #000000;
	}
.table_header {
	  border-bottom: 2px solid #000000;
	  background-color: #f0f0f0;
	}
.table_row {
	  
	  border-bottom: 1px solid #cecece;
	}
.footer
	{
	  background-image: url(img/Footer-BG.jpg);
	  background-repeat: repeat-x;
	  background-color: black;
	  color: white;
	  width: 900px;
	  height: 150px;
	  padding-top: 20px;
	  font-size: 16px;
	  font-weight: bold;
	}
.copyright
	{ background-color: black;
	  color: #FFFFFF;
	  font-size: 12px;
	  width: 900px;
	  padding-bottom: 5px;
	}

a.copyrightlink:link
	{
	  color: #CCCCCC;
	  text-decoration: none;
	}
a.copyrightlink:visited
	{
	  color: #999999;
	  text-decoration: none;
	}
a.copyrightlink:hover
	{
	  color: #CCCCCC;
	  text-decoration: underline;
	}
a.copyrightlink:active
	{
	  color: #CCCCCC;
	  text-decoration: none;
	}
	