	.shortcut
	{
		/*margin: 5px 0px;*/
		background: #F5F5F5;
		padding: 5px;
	}
	.shortcut p
	{
		float: left;
	}
	.shortcut ul li
	{
		float: left;
		margin-right: 10px;
		list-style: none;
	}
		.shortcut ul li a
		{
			font-size: 12px;
			text-decoration: underline;
			font-weight: bold;
		}
		.shortcut ul li.link
		{
			background: url(../../gfx/arrow_small.gif) no-repeat left;
			padding-left: 20px;
		}
		.shortcut ul li.more
		{
			text-align: right;
			width: 50px;
		}
		.shortcut ul li.more a
		{
			font-size: 11px;
			color: #6B6B6B;
			text-decoration: none;
			font-weight: normal;
		}
	.nav
	{
		width: 100%;
		clear: both;
		padding: 5px 0px 5px 0px;
		margin-top: 10px;
		background: #F5F5F5;
	}
		.nav .p
		{
			float: left;
			text-align: center;
			font-size: 10px;
			width: 140px;
			margin-right: 20px;
		}
			.nav .p a
			{
				font-size: 12px;
				font-weight: bold;
				color: #B22222;
			}