		
/* ------------------------------------------- Hyperlink style --------------------------- */
		a:link
		{
			font-family: verdana, arial, sans-serif;
			font-size: 11px;
			color: #3A7DF7;
			font-weight: bold;
			line-height: 24px;
			padding-left: 4px;
			text-decoration: none;
		}
		
		a:visited
		{
			font-family: verdana, arial, sans-serif;
			font-size: 11px;
			color: #3A7DF7;
			font-weight: bold;
			line-height: 24px;
			padding-left: 4px;
			text-decoration: none;
		}
		
		a:link:hover
		{
			font-family: verdana, arial, sans-serif;
			font-size: 11px;
			color: #1712E4;
			font-weight: bold;
			line-height: 24px;
			padding-left: 4px;
			text-decoration: none;
		}
		
		a:visited:hover
		{
			font-family: verdana, arial, sans-serif;
			font-size: 11px;
			color: #1712E4;
			font-weight: bold;
			line-height: 24px;
			padding-left: 4px;
			text-decoration: none;
		}
		
/********************************* Style for graphic links ********************************************/
		a:link.off 
		{
		   background-color: #E1EDFB;
		   text-decoration: none;
		   color: #21448B;
		}
		
		a:visited.off 
		{
		   background-color: #E1EDFB;
		   text-decoration: none;
		   color: #21448B;
		}
		
		a:link:hover.off 
		{
		   background-color: #E1EDFB;
		   text-decoration: none;
		   color: #4A7EE9;
		}
		
		a:visited:hover.off 
		{
		   background-color: #E1EDFB;
		   text-decoration: none;
		   color: #4A7EE9;
		}
		
/********************************* Style for ********************************************/
		a:link.off 
		{
		   background-color: #E1EDFB;
		   text-decoration: none;
		   color: #606673;
		}
		
		a:visited.off 
		{
		   background-color: #E1EDFB;
		   text-decoration: none;
		   color: #606673;
		}
		
		a:link:hover.off 
		{
		   background-color: #E1EDFB;
		   text-decoration: none;
		   color: #4A7EE9;
		}
		
		a:visited:hover.off 
		{
		   background-color: #E1EDFB;
		   text-decoration: none;
		   color: #4A7EE9;
		}
		
		
		
	

		
		
		

