Current File : /home/inlingua/www/noida/icentex/admin-Rate-Master/admin_cert.php
<?php
include("header_cert.php");
?>
<style>

#adfrom h2,h4,h5,h6
{
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	color: #069; /* CHANGE TO CORPORATE COLOUR */
	margin-bottom: 1em;
	border-bottom:none;
	padding-bottom: 0.3em;
}
#adfrom img
{
	padding: 3px;
	border: 1px solid #ccc;	
	
}

#adfrom a img
{
	padding: 3px;
	border: 1px solid #ccc;	
}

#adfrom a img:hover
{
	padding: 3px;
	border:none;	
}
</style>
	<h3>In-Centre Admin</h3>
	
	
	<table align="center" cellpadding="3" cellspacing="3" width="99%" id="adform">
					<tbody>
	<tr>

<td width="33%" align="center">
<a href="report.php" ><h5>Bill Category </h5></a>
<a href="report.php" ><img src="../images/icon-48-section.png" alt=" ">	</a></td>

<td width="33%" align="center">
<a href="full_report.php" ><h5>Test Category </h5></a>
<a href="full_report.php" ><img src="../images/icon-48-article.png" alt=" "></a></td>

<td width="33%" align="center">
<a href="admin_cert.php" title=""><h5>Home</h5></a>
<a href="admin_cert.php" title="">	<img src="../images/icon-48-article-add.png" alt=""></a>
</td>
</tr>

</tbody></table>	

	<div style="margin-top:200px">&nbsp;</div>		

<?php
include("footer_cert.php");
?>