		
		body
		{
			font-family: verdana,arial,helvetica,sans-serif;
			font-size: 12;
			color: #808080;
		}
		  
 		td
		{
			font-family: verdana,arial,helvetica,sans-serif;
			font-size: 12;
			color: #808080;
		}
	
		input 
    	{
			font-weight: normal;
     		font-family: verdana, arial, helvetica, sans-serif;
     		color:#000000;
			font-size: 11px;
    	} 
		
		textarea 
	   	{
			font-weight: normal;
     		font-family: verdana, arial, helvetica, sans-serif;
     		color:#000000;
			font-size: 11px;
    	} 
		
		select 
    	{
			font-weight: normal;
     		font-family: verdana, arial, helvetica, sans-serif;
     		color:#000000;
			font-size: 11px;
    	}
		
		button
		{
			font-weight: normal;
	   		font-family: verdana, arial, helvetica, sans-serif;
	   		color:#000000;
			font-size: 11px;
		}
	  
 		th
		{
			align: left;
			font-family: verdana,arial,helvetica,sans-serif;
			font-size: 12;
			color:#000000;
			font-weight: bold;
		}
		
		.headerProduct
		{
			align: left;
			font-family: verdana,arial,helvetica,sans-serif;
			font-size: 12;
			color:#000000;
			font-weight: bold;
		}
		
		.tableHeading
		{
			font-family: verdana,arial,helvetica,sans-serif;
			font-size: 12;
			font-weight: bold;
			color: #3366CC;
		}
		
		.tableSubHeading
		{
			font-family: verdana,arial,helvetica,sans-serif;
			font-size: 12;
			font-weight: bold;
			color: #808080;
		}
		
		.label
		{
			font-weight: bold;
		}
		
		
		.caption
		{
			font-size: 11;
			font-weight: bold;
			color:#808080;
		}
		
		.textAlertIBC
		{
			font-weight: bold;
			font-size: 20px;
			color: magenta;
		}
		

		/* standard link */	
		a	
		{	text-decoration: none; 
			color: #97ACFF; 
			font-size: 12px; }			
		a:hover 				
		{	text-decoration: underline;	
			color: #97ACFF; }
		a:active 				
		{ text-decoration: underline; 
			color: #2D4492;	}
		a:visited				
		{ text-decoration: none; 
			color: #97ACFF; }
		a:visited:hover			
		{	text-decoration: underline;	
			color: #97ACFF; }
				
				
/* Image with Border Surrounding */
	img.blackBorder {
		border : 1px solid Black;
		}
