	.Disclaimer
	{
		font-size: 9px;
		color: 333333;
		font-family: Verdana;
		background-color: #FFFFCC;
	}
	.LinksDarkBG 
	{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	}
		.LinksDarkBG:link
		{
			COLOR: #333333
		}
		.LinksDarkBG:active
		{
			COLOR: #A0C7C7
		}
		.LinksDarkBG:visited
		{
			COLOR: #7E8383
		}
		.LinksDarkBG:Hover
		{
			COLOR: #02BBFF
		}
	.LinksLightBG 
	{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	}
		.LinksLightBG:link
		{
			COLOR: #333333
		}
		.LinksLightBG:active
		{
			COLOR: #7D1717
		}
		.LinksLightBG:visited
		{
			COLOR: #4D3232
		}
		.LinksLightBG:Hover
		{
			COLOR: #3366FF
		}
	.ProfileName
	{
		font-family:Arial; 
		font-size:14px; 
		color:#CCCC99;
		font-weight:bold; 
	}
	.SectionHeader 
	{
		font-family: Arial;
		font-size: 17px;
		font-weight: bold;
		color: #003066;
	}
	.SectionSubHeader 
	{
		font-family: Arial;
		font-size: 14px;
		font-weight: bold;
		color: #003066;
	}
	.SubSubHeader
	{
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
		color: #000000;
	}
	.TableBody 
	{
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
		color: #000000;
	}
	.TableHeader 
	{
		font-family: Arial;
		font-size: 13px;
		font-weight: bold;
		color: #FFFFFF;
	}
	.TableSubHeader 
	{
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
		color: #000000;
	}
span.emailMe { cursor: pointer; color: #000; font-size: 9px; text-decoration: underline;}
div.emailPopup { display: none; position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; height: 100%; }
div.emailPopup div.background { background-color: #000; opacity: 0.3; filter: alpha(opacity = 30); width: 100%; height: 100%; }
div.emailPopup div.msgbox { display: none; color: #666; border: 1px solid #3483C5; border-radius: 5px; width: 760px; height: 550px; background-color: #fff; position: absolute; top: 20px; left: 270px; }
div.emailPopup div.msgbox img { display: block; width: 280px; margin: 0 auto; margin-top: 70px; }
div.emailPopup div.msgbox iframe { display: block; width: 760px; margin: 0 auto; font-size: 40px; font-family: Arial; margin: 0 auto; }
div.emailPopup span.closebtn2 { font-family: Cursive; font-size: 16px; top: 5px; right: 25px; position: absolute; width: 12px; }

span.closebtn2 { background-color: #3583C5; color: #fff; font-size: 12px; padding: 0px 3px 1px 3px; cursor: pointer;
    display: block; position: absolute; top: 10px; right: 10px; font-weight: bold; border-radius: 3px; font-family: Cursive; }


