/* Green Style */
#Banner td.ColorBar_1	{	background-color: #D1E189; }
#Banner td.ColorBar_2, #Footer td.ColorBar_2
			{	background-color: #C3D084; }

#Content td.LeftBG	{	background-color: #dddddd; 
			 	border-right: #E4ECBF 1px solid;
				border-top: #E4ECBF 1px solid;}
				
/* #### PriNav Style */

#PriNav td		{	font-family: Arial, Verdana, Helvetica, sans-serif;
				background-color: #000000;
				text-transform: uppercase;
				font-size : 10px; 
				color: #ffffff;
				text-align: center;
				border-right: 8px #ffffff solid; }



/* #### All link styles */


/* Default link style for all unclassed links */
a:link, a:visited, a:hover		
			{	color: #790000; }

a:hover			{	color: #999999; }
				

/* PriNavigation 1st Level */
#PriNav td a:link, #PriNav td a:visited, #PriNav td a:hover
			{	text-decoration: none;
				color: #ffffff;  }

#PriNav td a:hover, #PriNav td a.Sel
			{	background-color: #C3D084;}
			
#PriNav td a.Sel
			{	background-color: #A3AE6F;
				font-weight: bold;
				color: #000000; }
				
				
				
				


