/* ------------------------------Standard Table Centred with Black Border----------------------------------------- */
table.t1 { 
	position: relative;
	color : black;
	margin-left: auto;
	margin-right: auto;
	cellpadding: 5px;
	background-color: white;
	border-color: gray ;
	border-style: solid;
	border-top-width: 1px;	
	border-bottom-width: 1px;
	border-left-width: 1px;	
	border-right-width: 1px;
	font-family : Verdana, arial, sans-serif;
	font-size : 10px; 
	text-align : left; 
	text-decoration: none
}

/* ------------------------------Standard Table Centred with No Border----------------------------------------- */
table.t2 { 
	position: relative;
	margin-left: auto;
	margin-right: auto;
	cellpadding: 5px;
	background-color: white;
	font-family : Verdana, arial, sans-serif;
	font-size: 10px; 
	text-decoration: none
}

table.standard { 
	position: relative;
	color : black;
	background-color: white;
	align: center; 
	cellpadding: 5px;
	border-color: black;
	border-style: solid;
	border-top-width: 1px;	
	border-bottom-width: 1px;
	border-left-width: 1px;	
	border-right-width: 1px;
	font-family : Verdana, arial, sans-serif;
	font-size : 10px; 
	text-align : left; 
	text-decoration: none
}

table.standardnoborder { 
	position: relative;
	align: center; 
	cellpadding: 5px;
	background-color: white;
	font-family : Verdana, arial, sans-serif;
	font-size: 10px; 
	text-decoration: none
}
