	a
	{
		text-decoration: none;
	}
	div
	{
		font-size:12px;
		color:#111111;
		line-height: 150%;
	}
	ul
	{
		font-size:12px;
		color:#111111;
		line-height: 150%;
		margin: 0px;
	}
	li
	{
		font-size:12px;
		color:#111111;
		line-height: 150%;
		list-style-type: none;
		margin: 0px;
	}
	table
	{
		border-left: solid 1px #111111;
		border-bottom: solid 1px #111111;
	}
	tr
	{
		height: 18px;
	}
	th
	{
		font-size:12px;
		color:#111111;
		line-height: 150%;
		border-top: solid 1px #111111;
		border-right: solid 1px #111111;
	}
	td
	{
		font-size:12px;
		color:#111111;
		line-height: 150%;
		border-top: solid 1px #111111;
		border-right: solid 1px #111111;
	}
	*.floating_body
	{
		width: 700px;
	}
	*.floating_main
	{
	}
	*.floating_header
	{
		width: 100%;
		border: solid 0px;
	}
	*.floating_navigation
	{
		float: left;
		width:  150px;
		border: solid 0px;
	}
	*.floating_contents
	{
		float: left;
		width:  550px;
		border: solid 0px;
	}
	*.floating_footer
	{
		/*background-color: #ccffaa;*/
		clear: both;
		width: 100%;
		border: solid 0px;
	}
	*.looseleaf
	{
		font-size: 12px;
		background-image: url('img/looseleaf.gif');
		line-height: 150%;
	}
	*.no_line
	{
		border: solid 0px;
	}
	*.float
	{
		float: left;
		margin-right: 6px;
	}
	*.floatclear
	{
		clear: both;
	}
	*.shadow
	{
		width: 100%;
		filter: dropshadow( color=#cccccc, offx=1, offy=1, positive=1 );
	}
	*.grad
	{
		width:100%;
		color: #404040;
		filter: Alpha(opacity=100,finishopacity=0,style=1);
	}

	*.grad_rectangle
	{
		width:100%;
		color: #333388;
		filter: Alpha(opacity=100,finishopacity=5,style=3);
		height: 1px;
	}
	*.greet
	{
		text-align: center;
		border: solid 0px;
		width: 520px
	}
