/* Subpage Training CSS Rules */
						
	/* _____________________  Marguee Rule  ______________________ 	*/
			
		.marq
			{
				width:				980px;
				height:				35px;
				margin-top:			30px;
				background-color:	transparent;
				border:				thin none #0000ff;
			}	
			
			.marqItems
				{
					margin-right:		50px;
					text-align:			left;
					font-size:			16pt;
					font-weight:		bold;
					color:				#000066;
					font-style:			italic;
					font-family:		'Times New Roman', serif;
					background-color:	transparent;
					display:			inline;
					border:				thin none #0000ff;
				}
				
						
		/* _____________________For Marquee Element Links ____________________ */

			a.mar:link, a.mar:visited, a.mar:hover, a.mar:active   	
						{ 
							color: 						#000055; 
							font-family:				'Times New Roman', serif;	
							font-size:					18pt;	
						  	font-weight:				bold;
						  	font-style:					italic;
							text-decoration:			none;
						}
				

			a.nav:hover    	
						{ 
							color: 						#d55509; 
						}
