﻿.table_cell_left_smaller {
	 text-align: left;
	 background-color:#F6F6F6;
	  text-indent: 5px;
	   border-style:solid; 
	 border-width:thin;
	   border-color:#FFCCCC; 
	   font-size: smaller;
	   
}

.table_cell_left {
	 text-align: left;
	 background-color:#F6F6F6;
	  text-indent: 5px;
	   border-style:solid; 
	 border-width:thin;
	   border-color:#FFCCCC; 
	  
	   
}

.table_cell_right_smaller {
	text-align: right;
	 background-color:#F6F6F6;
	  text-indent: 5px;
	   border-style:solid; 
	 border-width:thin;
	   border-color:#FFCCCC; 
	   font-size: smaller;
	   padding-right:5px;
	   
}
.table_cell_right {
	text-align: right;
	 background-color:#F6F6F6;
	  text-indent: 5px;
	   border-style:solid; 
	 border-width:thin;
	   border-color:#FFCCCC; 
	   
	   padding-right:5px;
	   
}


.table_cell_center {
	text-align: center;
	 background-color:#F6F6F6;
	  text-indent: 5px;
	   border-style:solid; 
	 border-width:thin;
	   border-color:#FFCCCC; 
	    font-size: smaller;
	   padding-right:5px;
	   
}