<!--
	BODY {
			background: URL(tile.gif);
			font-family: Verdana;
		}
		
	TD 
	{
		font-size: 10pt;
	}

	A
		{
			text-decoration: none;
			color: blue;
		}
	.VisibleLink
		{
			color: blue;
		}
		
	A:hover 
		{
			text-decoration: underline;
		}
		
	.leftmenu
		{	
			color: black;
			text-decoration: none;
		
		}
		
	.leftmenu:hover
		{
			color:  #ff8000;
			text-decoration: underline;
		}
		
	.leftmenuoff
		{	
			background-color: #DDDDDD;
			border-color: #888888;
			border-style: solid;
			border-width: 1px;
		}
	.leftmenuon
		{	
			background-color: white; 
			border-color: #888888;
			border-style: solid;
			border-width: 1px;
		}


	.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;
		}



-->