/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.table_inner{    
	border-right: 1px solid #C9C9C9;	
	}
	
.general{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px; 
	color: #000000; 
	font-style: normal;
	font-weight: normal;
	}
	
.text_black{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px; 
	color: #000000; 
	font-style: normal;
	font-weight: normal;
	padding-left:14px;
	padding-top:14px;
	padding-bottom:14px;
	}	
	
.text_blue{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px; 
	color: #146AB3; 
	font-style: normal;
	font-weight: bold;
	}
	
.text_black_bold{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px; 
	color: #000000; 
	font-style: normal;
	font-weight: bold;
	padding-right:5px;
	}	
	
.text_green_general{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px; 
	color: #116332; 
	font-style: normal;
	font-weight: normal;
	}
		
.link_blue{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px; 
	color: #146AB3; 
	font-style: normal;
	font-weight: bold;
	text-decoration:underline;
	}
A.link_blue:hover {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px; 
	color: #146AB3; 
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
	}
	
.arrow {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 13px;
	color:#146AB3;
	font-weight:bold;
	padding-right:5px;
}

.bullot {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color:#116332;
	font-weight:bold;
	padding-right:3px;
}
	
	


