		body	{
			overflow: hidden;
			padding: 0;
			margin: 0;
			background: white;
			}
		A:link { text-decoration: none; color: #FF6600 }
		A:visited { text-decoration: none; color: #FF6600 }
		A:hover { text-decoration: underline; color: #FF6666 }
		.flash	{
			top: 0px;
			left: 0px;
			margin: auto;
			xwidth: 1280px;
			overflow: hidden;
			}
		.menu	{
			position: absolute;
			top: 10px;
			left: 10px;
			}
		.saberEffect {
			position: absolute;
			top: 0px;
			left: 0px;
			}
		.nav { position: absolute;
			top: 130px;
			left: 720px;
			}
		.dir	{
			width: 470px;
			text-align: center;
			font-family: Tahoma, Arial;
			font-size: 9pt;
			font-weight: 500;
			}
		.txt1	{color: #FFFF00;
			font-weight: bold;
			}
		.txt2	{color: #FFCC33;
			font-weight: bold;
			}
		.copyrighttxt	{
			bottom: 4px;
			right: 4px;
			position: absolute;
			z-index: 3;
			text-align: left;
			}
		.copyright	{
			bottom: 2px;
			left: 50%;
			width: 650px;
			height: 26px;
			margin-left: -325px;
			position: absolute;
			z-index: 3;
			text-align: center;
			}
		.copyline1 { font-family: Tahoma, Arial;
			font-size: 8pt;
			color: #FF6600;
			font-weight: normal;
			}
		.pngfill { position: absolute;
			z-index: 2;
			bottom: -10px;
			left: 50%;
			width: 650px;
			height: 50px;
			margin-left: -325px;
			}
		h1		{display: inline;
			font-family: Tahoma, Arial;
			font-size: 8pt;
			color: #FF6600;
			font-weight: normal;
			}

	/* STYLES FOR CROSSFADER */

		div.cf_wrapper {
			position: absolute;
			top: 400px;
			left: 10px;
			}
		div.cf_element {
			width: 400px;
			height: 250px;
			background-color: #eee;
			border:  1px solid #ccc;
			}
		div.cf_element div.content {
			padding: 10px;
			}
		div.cf_element div.content h3 {
			padding-top: 0;
			margin-top: 0;
			}