/* Corp ------------------------------------------ */


	.ShortCuts {
		float: left
	}
	#ShortCuts span {
		width: 160px;
		font-size: 100%;
		margin: 10px;
		margin-left: 20px;
		margin-top: 15px;
		margin-bottom: 10px;
		display: block;
		color: #FFFFFF;
		font-weight: normal;
		text-align: center;
	}
	.ShortCut {
		width: 160px;
		height: 110px;
		background-color: #6B1C01;
		float: left;
		margin-left: 20px;
		margin-bottom: 18px;
		color:  #FFFFFF;
		display: inline
	}
	.ShortCut img {
		margin: 15px;
		margin-bottom: 0px;
		margin-left: 15px;
	}
	.ShortCut span {
		font-size: 90%;
		margin: 10px;
		margin-top: 0px;
		margin-bottom: 0px;
		display: block;
		text-align: center;
	}
	.ShortCut a {
		float: right;
		text-decoration:none;
		font-size: 90%;
		font-weight: normal;
		color: #c1c1c1;
		margin-right: 8px;
		display: block;
		margin-bottom: 5px;
	}
	.ShortCut a img {
		margin: 0px;
		margin-left: 5px;
		position: relative;
		top: 4px;
	}
	.ShortCut a:hover {
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}
	
	.ShortCutSmall {
		width: 160px;
		height: 35px;
		background-color: #6B1C01;
		float: left;
		margin-left: 20px;
		margin-bottom: 18px;
		color:  #FFFFFF;
		display: inline
	}
	
	.ShortCutSmall a {
		float: left;
		text-decoration:none;
		font-size: 90%;
		font-weight: normal;
		color: #c1c1c1;
		margin-left: 8px;
		display: block;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.ShortCutSmall a img {
		margin: 0px;
		margin-right: 5px;
		position: relative;
		top: 4px;
	}
	.ShortCutSmall a:hover {
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}