<!--
	BODY {
			font-family: Verdana;
			font-size: 10pt;
			margin-top: 18px;
		}
		
	P { font-size: 10pt;}
		
	TD 
	{
		font-size: 10pt;
	}

	A
		{
			text-decoration: none;
		}
	.visiblelink
	{
		text-decoration: underline;
		color: blue;
	}
		
	.menulink
	{
		text-decoration: none;
		color: black;
	}		
		
	A:hover 
		{
			text-decoration: underline;
		}

	.TabSectionLeft
		{
			border-top: 0;
			border-right: 0 solid;
			border-bottom: 0 solid;
			background: #F3F3F3;
		}

	.smallButton 
		{
			border-width: 1px;
			border-style: outset;
			font-size: 8pt;
		}
		
	.SingleBorderBottom
		{
			border-bottom: 1 solid;
		}

	.NewsLink
		{
			color: #ff8000;
			font-weight: bold;
		}
	.NewsLinkHeadline
		{
			color: black;
		}

	.dotted
	{
		border: thin dotted;
	}
	
	.ScreenShotTable
	{
		padding-top: 20;
	}

	.BlueBorder
	{
		border: 1px navy solid;
	}
	
	.MenuHR { color: #006A9D}

	.rightbox {
		background: #FFFFFF;
		border: 1px solid #000000;
		float:right; 
		filter: progid:DXImageTransform.Microsoft.dropShadow( Color=6A6A6A,offX=5,offY=5,positive=true);
		margin: 10px 0px 10px 10px;line-height:0px;
		}
	.rim {margin: 5px; border: 0}
		
-->