@import "../../../../../style_doc.css";

body {
  margin:0px; 
   
  background-color:#f7f7f7; 
  font-family:Arial,Helvetica,sans-serif; 
  font-size:11pt;
  font-color : #093e6a;
  width : 100%;
}
table.copalbody{
	width : 100%;	
	height : 100%;
	border : 0px;
	border-collapse: collapse;
}
td.copallogo{ 
	      border : 0px;
	      background-color:#cadbe9;
	}
td.copaltop{
	border : 0px;
	font-size:10pt;
	background-color:#cadbe9;
	font-color : #093e6a;
	}
td.copalleft{
	border : 0px;
        width : 15%;		
	vertical-align:top;
	font-size:8pt;
	 background-color:#cadbe9;	
	 height : 75%;
	}
td.copalmain{ 
	border : 0px;
	background-color:#fefefe;
	width : 75%;
	height : 75%;
}
td.copalright{
	border : 0px;
	vertical-align:top;
	font-size:8pt;
	background-color:#093e6a;
	font-color : #093e6a;
	color : white;
}
td.copalbottom{
	border : 0px;
	font-size:7pt;
	background-color:#093e6a;
	color : white;
}

.copaltop ul li,.copalbottom ul li{
	  display : block;
	  position : relative;
	  float : left;
	  
}

