/********************** GENERIC **********************/

BODY				{
						background-color: #e3eaf0;
						margin-top: 20px;
						margin-bottom: 30px;

					}

A					{ 
						color: #f26423;
						text-decoration: none;
					}
				
A:hover				{ 
						color: #000000;
						text-decoration: underline;
					}	

A.highlight			{ 
						color: #17365d;
						text-decoration: none;
					}
				
A.highlight:hover	{ 
						color: #FFFFFF;
						text-decoration: underline;
					}						




					
/********************** CONTENT **********************/

TD.image			{
						border-left: #FFFFFF 10px solid; 
						border-right: #FFFFFF 10px solid; 
						border-top: #FFFFFF 10px solid; 
						border-bottom: #FFFFFF 10px solid; 
						
					}	
					
TD.text				{
						padding-top: 10px;
						padding-bottom: 20px;
						padding-left: 48px;
						padding-right: 40px;
						background-color: #FFFFFF;
					}
			
TD.text_highlight	{
						padding-top: 30px;
						padding-bottom: 30px;
						padding-left: 30px;
						padding-right: 30px;
						background-color: #f26423;
						border-right: #FFFFFF 10px solid; 
						border-top: #FFFFFF 10px solid; 
						border-bottom: #FFFFFF 10px solid; 
					}
										
P.title				{
						font-family: arial narrow;
						font-size: 21px;  
						font-weight: normal;
						color: #223a54;  
					}
					
P.normal			{
						font-family: arial;
						font-size: 12px;  
						font-weight: normal;
						color: #333333;  
					}					
					
P.title_highlight	{
						font-family: arial narrow;
						font-size: 21px;  
						font-weight: bold;
						color: #FFFFFF;  
					}
					
P.normal_highlight	{
						font-family: arial;
						font-size: 12px;  
						font-weight: normal;
						color: #F6F6F6;  
					}							