
						/* These CSS rules are common to all pages */


			body	/* Set default font parameters */	
						{ 
		   				  	font-size:					12pt;
		   				  	color:						#000000;
							font-family:				arial, helvetica,"times new roman", Serif;
						}
		
						
						/* _______________  List of services title ________________ */
		
			.prodTitle
				{
					position:			absolute;
					top:				15px;
					left:				200px;
					width:				300px;
					height:				20px;
					background-color:	transparent;
					color:				#000066;
					font-size:			18pt;
					font-style:			italic;
					border:			thin none #ff0000;
				}
				
			#we:first-letter {color:#990000;font-size: 24pt;font-family: 'times new roman',times, serif;}
		
						
						/* _______________  List of services ________________ */
		
			.prodList
				{
					position:			absolute;
					top:				55px;
					left:				160px;
					width:				700px;
					height:				180px;
					list-style-type:	none;
					background-color:	transparent;
					border:			thin none #ff0000;
				}
				
						
				li.homeList
						{
							height:					30px;
							border:					1px none #0000ff;
						}
						
				li.inLine
						{
							display:				inline;
							width:					80px;
						}
		
						
	/* __________ Sub Pages Common Formatting ___________ */
			
	.subPageParent
		{
			position:					absolute;
			top:							0px;
			left:							10px;
			width:						980px;
			height:						320px;
			background-image:			url(../../images/homePage/background_wp.gif);
			background-attachment:		fixed;
			background-repeat:			no-repeat;
			background-position:		10px 340px;
			background-color:			transparent;
			border:						thin none #0000ff;
		}
		
						
	/* _____________________  Marguee  ______________________ */
		
		.marqueeBox
			{
				position:			absolute;
				top:				0px;
				left:				0px;
				z-index:			0;
				width:				980px;
				height:				80px;
				overflow:			hidden;
				background-color:	transparent;
				border:			thin none #00ff00;
			}

		.surrogate
			{
				position:				absolute;
				top:						80px;
				left:						0px;
				width:					980px;
				height:					240px;
				background-color:		transparent;
				border:					1px none #ff0000;
			}
	
			.instruct
				{
					position:				absolute;
					top:						0px;
					right:					40px;
					font-size: 				8pt; 
					background-color:		transparent;
					border:					1px none #0000ff;
				}
		
						
	/* _____________________  Bottom, inline menu  ______________________ */
		
		.inlineMenu
			{
				position:			absolute;
				top:				-20px;
				left:				0px;
				z-index:			0;
				width:				1000px;
				height:				20px;
				font-size:			10pt;
				text-align:			center;
				background-color:	transparent;
				border:			thin none #ff0000;
			}
						
						
		/* ________________ First Letter Formatting _________________ */
				
			#link1:first-letter, #link2:first-letter, #link3:first-letter,
			#link4:first-letter, #link5:first-letter, #link6:first-letter, 
			#link7:first-letter, .special
				{
					color:			#990000;
					font-size: 		20pt;
					font-family: 	'times new roman',times, serif;
				}
				
				
				#link7:first-letter 
					{
						font-size:			18pt;
					}
				
				
				.special 
					{
						font-style:			italic;
					}
						
						
		/* ____________________For General Links_____________________ */
			
			a:link, a:visited, a:hover, a:active   	
						{ 
							color: 						#000055; 
							font-family:				arial, "times new roman", Serif;	
							font-size:					12pt;	
						  	font-weight:				normal;
						  	font-style:					normal;
							text-decoration:			none;
						}
						

			a:hover    	
						{ 
							color: 						#d55509; 
						}
						
		/* _____________________For Navigation Bars____________________ */

			a.nav:link, a.nav:visited, a.nav:hover, a.nav:active   	
						{ 
							color: 						#000000; 
							font-family:				arial,"Times New Roman";	
							font-size:					10pt;	
						  	font-weight:				normal;
						  	font-style:					normal;
							text-decoration:			none;
						}
				

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

