a					{
						color :					#000000;
						font-weight :			bold;
						text-decoration :		none;
					}

a:hover				{
						color :					#ffc744;
						text-decoration :		none;
					}

a.menu				{
						color :					#000000;
						font-weight :			normal;
					}

a.menu:hover		{
						color :					#000000;
						font-weight :			bold;
					}

img.border			{
						border :				1px solid #000000;
					}

img.border:hover	{
						border :				1px solid #ffc744;
					}

marquee				{
						font-size :				16px;
						font-weight :			bold;
					}

span.motw			{
						color :					#ffc744;
						font-size :				18px;
						font-weight :			bold;
					}

table.motw			{
						background-color :		#faf5f0;
						border :				1px solid #000000;
					}

td					{
						color :					#000000;
						font-family :			verdana;
						font-size :				11px;
					}

td.content			{
						background-color :		#ffffff;
						border-right :			1px solid #f8be40;
						padding :				10px;
					}

td.menu				{
						background-color :		#ffffff;
						border-left :			1px solid #000000;
						border-right :			1px solid #000000;
						padding :				10px;
						padding-left :			15px;
					}

td.menuhl			{
						border-left:			1px solid #000000;

					}
					
td.news				{
						background-color :		#ffc744;
						color :					#ffffff;
						font-weight :			bold;
						padding :				3px;
						padding-left :			10px;
					}



