/* CSS Document */
body		{
		background:#FECB32 url(images/bg1.gif) repeat;
		font-family: arial, tahoma, sans-serif;
		font-size: 12px;
		color: #000;
		padding:0;
		margin:0;
		}
#lcs		{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
margin: 15px;
z-index: 99;
		}
#lcs a:link			{color: #000; text-decoration: none;}
#lcs a:visited		{color: #666; text-decoration: none;}
#lcs a:hover		{color: #FC3; background: #FFF; text-decoration: none;}
#notice		{
		font-size: 11px;
		z-index: 0;
		color: #000;
		width: 550px;
		margin: 25px auto;
		text-indent: 10px;
		line-height: 120%;
		position: absolute;
		top: 450px;
		display: block;
		}
#notice h1	{font-size: 12px; margin: 0px; padding: 0px;}
#notice h2	{font-size: 11px; margin: 0px; padding: 0px;}
