			/* Stylesheet for r21_excelReader */
			
			.r21_excelReader_table {				 
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;				
				color: #666;
				/* width: 380px; */
				width: 100%;
				/*
				width: 100%;
				max-width: 120px!important; 
				*/
			}
			
			.r21_excelReader_tr {				
					
			}
			
			.r21_excelReader_td {
				padding: 6px;
				font-size: 10px;
				color: #666;
				white-space: nowrap;	/* NEW 28.08.07	*/
				vertical-align: top;	/* NEW 29.08.07	*/
			}
			
			.r21_excelReader_td_odd {
				padding: 6px;
				font-size: 10px;
				background-color: #eee;
				color: #666;
				white-space: nowrap;	/* NEW 28.08.07	*/
				vertical-align: top;	/* NEW 29.08.07	*/				
			}			
			
			.r21_excelReader_td_dark {
				padding: 6px;
				font-size: 10px;
				color: #333;
				vertical-align: top;	/* NEW 29.08.07	*/				
			}
			
			.r21_excelReader_tr_odd {
				background-color: #eee;
				vertical-align: top;	/* NEW 29.08.07	*/				
			}
			
			.r21_excelReader_td_odd_dark {
				padding: 6px;						
				background-color: #eee;
				color: #333;
				font-size: 10px;
				vertical-align: top;	/* NEW 29.08.07	*/				
			}
			
			.r21_excelReader_td_head_odd {
				padding: 6px;			
				font-weight: bold;
				font-size: 10px;
				background-color: #eee;
				color: #000;
				vertical-align: top;	/* NEW 29.08.07	*/				
			}

			.r21_excelReader_td_head {				
				padding: 6px;			
				font-weight: bold;
				font-size: 10px;
				color: #000;
				vertical-align: top;	/* NEW 29.08.07	*/				
			}
			
			
			/* ADDED FOR MENU STYLING 03.09.2007 */
			h1.csc-firstHeader {
				font-size: 10px;
			}
			
			a.internal-link {
				font-size: 10px;
			}
