
	/* ================================================================== */
	/* GLOBAL STLYES								 					  */
	/* ================================================================== */
	
	 HTML, BODY
	  	{
		 font-family: Arial, Helvetica, sans-serif;
		 color: #777777;
	 	 font-size: 82%;
	 	 margin: 0px;
		 background-color: White;
		 outline:none;
		}
		
	   P
	   	{
			font-size: 100%;
	   	}		
      
        
	TABLE 
		{
			 margin:					0;
			 border-collapse: 	collapse;
		}

				TABLE TD
					{
					 padding: 				0px;
					}			
						

		/* ================================================================== */
		/* LISTS		 	                                                       */
		/* ================================================================== */	
		
				UL
				{
					margin: 5px 0 0 0;
					padding: 0;	
				}
				
				 LI
					{
				     text-align: left;
				     list-style: none;
				     padding: 1px 0 0 20px;
				     background: url(./images/globalLIarrow.gif) 0 2px no-repeat;
				     font-size: 100%;
				     line-height: 1.1;
					  margin-top: 5px;
					}	
					
				UL.tight
					{ margin-top: 0;	}		
							
				UL.tight LI
					{
						margin-top: 2px;
					}	

		/* ================================================================== */
		/* FONTS	                                                      	  */
		/* ================================================================== */
		
		.fontStrong
			{
				font-weight: bold;
			}
		
		.fontSmall
			{
				font-size: 82%;
				color: #666;
			}		
			
		.fontDate
			{
				font-size: 100%;
			}
						
		.fontCopyright
			{
				font-size: 10px; word-spacing: 0px;			
			}
			
		.fontGreen 	{ color:	#55b748;			}
		.fontRed 	{ color:	#f16532;			}
		.fontOrange { color:	#fda71c;			}
		.fontBlue 	{ color: #5b87c6;			}
		.fontPurple { color:	#926fb1;			}

		/* ================================================================== */
		/* Links                                             	  */
		/* ================================================================== */

 				 A.neutral:link, A.neutral:active, A.neutral:hover
			{
				color: #666;	
				text-decoration: none;
				font-size: 11px;
			}
					
							A.neutral:visited
 	 						{
							 	color: #666;		/* same as above */
								text-decoration: none;
							}
							
							A.neutral:hover
							{
								color: #666;	
								text-decoration: underline;
							}
									
		/* ================================================================== */
		/* HRs and Decorations                                             	  */
		/* ================================================================== */

		DIV.globalHRtight		
			{
				margin: 0;
				background-image: url('./images/globalHRsimple.gif');
				height: 6px;
				clear: both;
				font-size: 1px;
			}
							
		DIV.globalHRsimple		
			{
				margin: 10px 0 10px 0;
				background-image: url('./images/globalHRsimple.gif');
				height: 6px;
				clear: both;
				font-size: 1px;
			}
		
		/* ================================================================== */
		/* SPACERS                                             	  */
		/* ================================================================== */

		DIV.spacerVerticalSmallest		
		{
			font-size: 1px;
			height: 5px;
			/* border: 1px dashed Red; */
		}

		DIV.spacerVerticalSmall		
		{
			font-size: 1px;
			height: 8px;
			/* border: 1px dashed Red; */
		}

		DIV.spacerVerticalStandard		
		{
			font-size: 1px;
			height: 15px;
			/* border: 1px dashed Red; */
		}

		DIV.spacerVerticalGutter		
		{
			font-size: 1px;
			height: 18px;
			/* border: 1px dashed Red; */
		}				
		/* ================================================================== */
		/* TEMP	"DEVELOPMENT" STUFF (Removed Later)                           */
		/* ================================================================== */
		
		.dev
			{
				background-color: Yellow;
				font-weight: bold;
				color: Red;	
				font-size: 10px;
			}						
			
			DIV.placeHolder
				{
					margin: 5px 0 5px 0;
					border: 1px dashed #ccc;
					background-image: url('./images/!TEMP_spacerdiv.gif');
				}			
				
		.devNotIE
			{
				color: Black;	
				background-color: #ccc;
			}				
			
		.devIE6, .devIE7 
			{
				color: White;	
				background-color: White;
			}							
			
			
		/* ================================================================== */
		/* CONTAINERS	                                                      */
		/* ================================================================== */		
		
		DIV.containerStrokedTop
		{
			background-color: #dcdcdc; 
			height: 4px;	font-size: 1px;											
		}
	
		DIV.containerStroked
		{
			border: 1px solid #dadad8; 
			padding: 8px 12px 10px 10px;
			vertical-align:baseline;
			color: #666;
			background-image: url('./images/globalContainerGradient.jpg');		
			background-position: bottom;
			background-repeat: no-repeat;
		}			
		
		DIV.containerType1 DIV.containerStyled 
		{
			border: 1px solid #dadad8; 
			padding: 8px 12px 10px 10px;
			vertical-align:baseline;
			color: #666;
			background-image: url('./images/globalContainerGradient.jpg');		
			background-position: bottom;
			background-repeat: no-repeat;
		}	
				
		DIV.containerType2a DIV.containerStyled 
		{

		}	
		
					DIV.containerType2a DIV.containerStrokedTop,
					DIV.containerType2b DIV.containerStrokedTop,
					DIV.containerType2c DIV.containerStrokedTop
					{ display: none; }




.mcTitleGraphic { float: right; margin: 82px 0 0 0; }



