
	A
		{
		color: #ffffff
		}

	A:hover
		{
		color: #ffff00
		}

	BODY
		{
		font-family: "century gothic",arial,helvetica,sans-serif;
		font-size: 14px;
		padding: 2%;
		color: #ffffff
		}

	HR
		{
		width: 600px;
		height: 1px;
		color: #ffff00
		}

	P
		{
		font-family: "century gothic",arial,helvetica,sans-serif;
		font-size: 14px;
		color: #ffffff
		}

	.clear
		{
		clear:both;
		height:25px
		}

	.p1
		{
		font-family: "century gothic",arial,helvetica,sans-serif;
		font-size: 16px;
		color: red
		}

	.top
		{
		color: #fa0506
		}

	.white
		{
		color: #ffffff
		}

	#container
		{
		width: 950px;
		margin: auto;
		font-size: 10pt;
		background-color: #000000
		}

	#dhtmltooltip
		{
		position: absolute;
		width: 500px;
		border: 2px solid black;
		padding: 10px;
		background-color: #ffffe0;
		color: black;
		visibility: hidden;
		z-index: 100;
		text-align: left
		}

	#menu
		{
		position: absolute;
		width: 950px
		}

	#menu ul .item
		{
		width: 140px;
		display: none;
		background-color: #000000
		}

	#menu ul:hover .item
		{
		display: block;
		background: #000000;
		padding: 2px;
		margin:1px
		}

	#menu ul:hover .item a
		{
		color: #ffff00;
		text-decoration: none
		}

	#menu ul:hover .item a:hover
		{
		color: #ffff00;
		}

	#menu ul
		{
		width: 140px;
		float: left;
		margin: 0px;
		padding: 5px;
		background: #000000;
		list-style: none
		}