	body	{	
				margin:0px;
			}
	table
			{
				border-collapse:collapse;
			}

	.menu_std {
				font-family:Verdana;
				font-size:10px;
				font-weight:bold;
				cursor:hand;
				cursor:pointer;
				color:white;
				text-decoration:none;
			}
	.menu_light {
				font-family:Verdana;
				font-size:10px;
				font-weight:normal;
				cursor:hand;
				cursor:pointer;
				color:white;
				text-decoration:none;
			}
	.menu_act {
				font-family:Verdana;
				font-size:10px;
				font-weight:bold;
				cursor:hand;
				cursor:pointer;
				color:white;
				border-style:inset;
				border-width:1px;
				text-decoration:none;
			}

	.menu_sub {
				font-family:Verdana;
				font-size:10px;
				font-weight:bold;
				cursor:hand;
				cursor:pointer;
				color:white;
				background-color:#9999AA;
				text-decoration:none;
			}
	.menu_sub a:link {color:white;}
	.menu_sub a:visited {color:white;}
	.menu_sub a:hover {color:#3E4D6E;}
	.menu_sub a:active {color:#3E4D6E;}

	.menu_sub_visible	{ display:normal; }
	.menu_sub_hidden	{ display:none; }

	.txt	{
				font-family:Arial;
				font-size:12px;
				font-weight:normal;
				color:black;
				line-height:150%;
				text-decoration:none;
			}

	.txtN	{
				font-family:Arial;
				font-size:12px;
				font-weight:normal;
				color:black;
				text-decoration:none;
			}

	.txt2	{
				font-family:Arial;
				font-size:16px;
				font-weight:bold;
			}

	.txt3	{
				font-family:Arial;
				font-size:15px;
				font-weight:bold;
			}

	.lnk	{
				font-family:Arial;
				font-weight:bold;
				color:black;
				cursor:hand;
				cursor:pointer;
				text-decoration:none;
			}

	.lnk2	{
				font-family:Arial;
				font-weight:bold;
				color:black;
				cursor:hand;
				cursor:pointer;
				text-decoration:underline;
			}

	.lnk3	{
				font-family:Arial;
				font-weight:bold;
				font-size:12px;
				color:black;
				cursor:hand;
				cursor:pointer;
				text-decoration:underline;
			}

	.cellA	{
				font-family:Arial;
				font-size:12px;
				font-weight:normal;
				border-style:solid;
				border-width:1px;
				border-color:black;
				border-collapse:collapse;
			}

	.cellAw	{
				font-family:Arial;
				font-size:12px;
				font-weight:normal;
				border-style:solid;
				border-width:1px;
				border-color:black;
				border-collapse:collapse;
				background-color:white;
			}

	.btn_std {
				font-family:Verdana;
				font-size:10px;
				font-weight:bold;
				cursor:hand;
				cursor:pointer;
				background-color:#8B929A;
				color:white;
			}

	.tdNews	{
				border-top:1px solid #EFEBEF;
				font-family:Arial;
				font-size:12px;
				font-weight:normal;
				color:black;
				line-height:150%;
				text-decoration:none;

			}