﻿/*

	FOOTER STYLES; footer block and link styles
	-----------------------------------------------------------------------------------------------
	Last Updated: 11.09.2008

*/
		
	.Footer
	{
		position: relative;
		padding-bottom: 15px;
		padding-top: 10px;
		font-size: 13px !important;
		line-height: 18px;
		text-align: center;
		color: #505050;
	}

		.Footer p.Legal
		{
			font-size: 11px;
			line-height: 16px;
		}

		.Footer span
		{
			padding: 0px 5px 0px 5px;
		}

		.Footer a
		{
		    color:#cb1918;
			text-decoration: none;
		}
		
			.Footer a:hover
			{
				text-decoration: underline;
			}

            .Footer a:visited
            {
                color:#724919;
                }