/* CONTENT */
	.greycontent		{font-family:arial; font-size:12px; color:727272;}
	.greySmall			{font-family:arial; font-size:11px; color:999999;}
	.gerycookiecrumb	{font-family:arial; font-size:11px; color:999999; text-transform:lowercase}
	.grey1lb			{font-family:arial; font-size:11px; color:727272; font-weight:bold; text-transform:uppercase}
	.grey10				{font-family:arial; font-size:10px; color:727272;}
	.greycontentright	{font-family:arial; font-size:9px; color:727272;}

	
	.whiteSmall			{font-family:arial; font-size:11px; color:ffffff;}
	
	
	.black1lb			{font-family:arial; font-size:11px; color:000000; font-weight:bold; text-transform:uppercase}
	.black12b			{font-family:arial; font-size:12px; color:000000; font-weight:bold; text-transform:uppercase}
	
/* CONTENT */

/* HEADER SECTION */
	.headerfirstsection {font-family:arial; font-weight: bold; font-size:15px; color:000000; margin-bottom:8px;}
	.headersecondsection {font-family:arial; font-weight: bold; font-size:15px; color:888888; margin-bottom:8px;}
/* HEADER SECTION */

/* nav & hyperlinks */
	.imglinkglobal{font:10px arial, sans-serif; padding:4px; padding-top:4px; color:BFDBF6; background-color:transparent; text-align:center; display:block; text-decoration:none;}
	A.imglinkglobal{font:10px arial, sans-serif; padding:4px; padding-top:4px; color:BFDBF6; background-color:transparent; text-align:center; display:block; text-decoration:none;} 
	A.imglinkglobal:Hover{font: 10px arial, sans-serif; padding:4px; padding-top:4px; color:BFDBF6; text-decoration:underline; background-color:transparent;}
	A.imglinkglobal:Visited{font:10px arial, sans-serif; padding:4px; padding-top:4px; color:BFDBF6; background-color:transparent; text-align:center; display:block; text-decoration:none;}
	A.imglinkglobal:Visited:hover{font: 10px arial, sans-serif; padding:4px; padding-top:4px; vertical-align:baseline; color:BFDBF6; text-decoration:underline; background-color:transparent;}
/* nav & hyperlinks */

/* form elements */
	.submitButton { 
      display: block; 
      width: 34px; /*the width of the image*/ 
      height: 20px; /*the height of the image*/ 
      background: url(/images/newsite/t_search_button.gif) no-repeat; 
      border: none; 
      font-size: 0; /*if any text might be displayed, it'll be too small to be noticeable*/ 
	}
	.submitButton:hover { 
      display: block; 
      width: 34px; /*the width of the image*/ 
      height: 20px; /*the height of the image*/ 
      background: url(/images/newsite/t_search_buttonRO.gif) no-repeat; 
      border: none; 
      font-size: 0; /*if any text might be displayed, it'll be too small to be noticeable*/ 
	}
	input.rightlogin {}
	input.search {font-size: 11px; font-family: arial; align: absmiddle; width:100px; padding-top:5px;}
/* form elements */