
	/* ================================================================== */
	/* EVENTS.CSS created Nov 07, 2008 		 					  		  */
	/* ================================================================== */


	DIV.graphicLinkModule
		{	
			 /*border: 1px dashed Green;*/
		}

			DIV.graphicLinkModule DIV.containerStrokedTop
				{
					
				}

			DIV.graphicLinkModule DIV.containerStroked
				{
					
				}
				
				
			DIV.graphicLinkModule TABLE
				{	
					 /*border: 1px dashed Green;*/
				}				
				
			DIV.graphicLinkModule TABLE TD
				{	
					 /*border: 1px dashed Green;*/
				}	
								
					DIV.graphicLinkModule TABLE TD.graphicLinkImage
						{	
						
						}								
						
					DIV.graphicLinkModule TABLE TD.graphicLinkText
						{	
							padding-left: 10px;
							width: 100%;
						}														
						
					DIV.graphicLinkModule TABLE TD.graphicLinkText A:link,
					DIV.graphicLinkModule TABLE TD.graphicLinkText A:active,
					DIV.graphicLinkModule TABLE TD.graphicLinkText A:visited
						{	
/* 							color:#666;	
							text-decoration: none;*/
 						}		
						
					DIV.graphicLinkModule TABLE TD.graphicLinkText A:hover
						{	
/* 							color:#888;	
							text-decoration: underline; */
						}													
						
						
	/* Hacks for ASP.Net which insists on inserting tables... */

	DIV.containerType1 TABLE
		{
			/*border: 5px Red Solid;*/
			width: 100%;
		}						
				


 .indented { padding-left: 10px; } 		
