
		/* These CSS rules are common to all pages */
						
		/* ___ For Sub Links ___ */


			a.tabSub:link
				{	
					position:				absolute;
					top:					5px;
					left:					0px;
					width:					220px;
					height:					25px;
					font-family:			arial;
					font-size:				8pt;
					color:					#003399;
					text-decoration:		none;
					font-weight:			bold;
					border:				thin none #00ff00;
				}

			a.tabSub:active
				{
					position:				absolute;
					top:					5px;
					left:					0px;
					width:					220px;
					height:					25px;
					font-family:			arial;
					font-size:				8pt;
					color:					#003399;
					text-decoration:		none;
					font-weight:			bold;
					border:				thin none #00ff00;
				}

			a.tabSub:visited
				{
					position:				absolute;
					top:					5px;
					left:					0px;
					width:					220px;
					height:					25px;
					font-family:			arial;
					font-size:				8pt;
					color:					#003399;
					text-decoration:		none;
					font-weight:			bold;
					border:				thin none #00ff00;
				}

			a.tabSub:hover
				{
					position:				absolute;
					top:					5px;
					left:					0px;
					width:					220px;
					height:					25px;
					font-family:			arial;
					font-size:				8pt;
					color:					#ff0000;
					text-decoration:		none;
					font-weight:			bold;
					border:				thin none #00ff00;
				}
						
		/* ___ For Top Titles Without Sub Links ___ */


			a.tabTop:link
				{	
					position:				absolute;
					top:					0px;
					left:					0px;
					width:					120px;
					height:					20px;
					padding-top:			10px;
					font-family:			arial;
					font-size:				8pt;
					color:					#003399;
					text-decoration:		none;
					font-weight:			bold;
					border:				thin none #00ff00;
				}

			a.tabTop:active
				{
					position:				absolute;
					top:					0px;
					left:					0px;
					width:					120px;
					height:					20px;
					padding-top:			10px;
					font-family:			arial;
					font-size:				8pt;
					color:					#003399;
					text-decoration:		none;
					font-weight:			bold;
					border:				thin none #00ff00;
				}

			a.tabTop:visited
				{
					position:				absolute;
					top:					0px;
					left:					0px;
					width:					120px;
					height:					20px;
					padding-top:			10px;
					font-family:			arial;
					font-size:				8pt;
					color:					#003399;
					text-decoration:		none;
					font-weight:			bold;
					border:				thin none #00ff00;
				}

			a.tabTop:hover
				{
					position:				absolute;
					top:					0px;
					left:					0px;
					width:					120px;
					height:					20px;
					padding-top:			10px;
					font-family:			arial;
					font-size:				8pt;
					color:					#ffffff;
					text-decoration:		none;
					font-weight:			bold;
					border:				thin none #00ff00;
				}
				
				
		/* ___For Top Titles With Sub Links___ */
				
			.topLinks
				{
					position:				absolute;
					top:					0px;
					left:					0px;
					width:					120px;
					height:					20px;
					padding-top:			10px;
					font-family:			arial;
					font-size:				8pt;
					color:					#003399;
					text-decoration:		none;
					font-weight:			bold;
					border:				thin none #00ff00;
				}
						
		/* ___ For Side Titles Without Sub Links ___ */


			a.tabSide:link
				{	
					position:				absolute;
					top:					0px;
					left:					0px;
					width:					200px;
					height:					20px;
					padding-top:			5px;
					font-family:			arial;
					font-size:				8pt;
					color:					#ffcc00;
					text-decoration:		none;
					font-weight:			bold;
					border:				thin none #00ff00;
				}

			a.tabSide:active
				{
					position:				absolute;
					top:					0px;
					left:					0px;
					width:					200px;
					height:					20px;
					padding-top:			5px;
					font-family:			arial;
					font-size:				8pt;
					color:					#ffcc00;
					text-decoration:		none;
					font-weight:			bold;
					border:				thin none #00ff00;
				}

			a.tabSide:visited
				{
					position:				absolute;
					top:					0px;
					left:					0px;
					width:					200px;
					height:					20px;
					padding-top:			5px;
					font-family:			arial;
					font-size:				8pt;
					color:					#ffcc00;
					text-decoration:		none;
					font-weight:			bold;
					border:				thin none #00ff00;
				}

			a.tabSide:hover
				{
					position:				absolute;
					top:					0px;
					left:					0px;
					width:					200px;
					height:					20px;
					padding-top:			5px;
					font-family:			arial;
					font-size:				8pt;
					color:					#ffffff;
					text-decoration:		none;
					font-weight:			bold;
					border:				thin none #00ff00;
				}
				
				
		/* ___For Side Titles with sub links___ */
				
			.sideLinks
				{
					position:				absolute;
					top:					0px;
					left:					0px;
					width:					200px;
					height:					20px;
					padding-top:			5px;
					font-family:			arial;
					font-size:				8pt;
					color:					#ffcc00;
					text-decoration:		none;
					font-weight:			bold;
					border:				thin none #00ff00;
				}
				
						
		/* ___For Drop Down Menus___ */


			a:link
				{
					font-family:				arial;
					font-size:				8pt;
					color:					#000000;
					text-decoration:		none;
					font-weight:			bold;
				}

			a:active
				{
					font-family:				arial;
					font-size:				8pt;
					color:					#000000;
					text-decoration:		none;
					font-weight:			bold;
				}

			a:visited
				{
					font-family:				arial;
					font-size:				8pt;
					color:					#000000;
					text-decoration:		none;
					font-weight:			bold;
				}

			a:hover
				{
					font-family:				arial;
					font-size:				8pt;
					color:					#770000;
					text-decoration:		none;
					font-weight:			bold;
				}
			
						
		/* __For Navigation Bar___ */
						
			
						
			.navLinks
				{
					text-align:				center;
					padding-top:			0px;
					margin-left:				0px;
					border:				thin none #880000;
					background-color:		transparent;
				}
						
						
	
						
		/* ____For Navigation Bars___ */

			a.nav:link    	
				{ 
					color: 					#000000; 
					font-family:				arial,serif;	
					font-size:				8pt;	
					font-weight:			normal;
					font-style:				normal;
					text-decoration:		none;
				}
				

			a.nav:active   	
				{ 
					color: 					#229999;
					font-family:				arial,serif;	
					font-size:				8pt;	
					font-weight:			normal;
					font-style:				normal;
					text-decoration:		none;
				}
				

			a.nav:visited    	
				{ 
					color: 					#229999; 
					font-family:				arial,serif;	
					font-size:				8pt;	
					font-weight:			normal;
					font-style:				normal;
					text-decoration:		none;
				}
				

			a.nav:hover    	
				{ 
					color: 					#d55509; 
					font-family:				arial,serif;
					font-size:				8pt;	
					font-weight:			normal;
					font-style:				normal;
					text-decoration:		none;
				}