﻿/*----------------------------------------------------------------------------------
	Page:						Footer.css
	Author:					John Bradnam
	Created:				070812 JLB
	Copyright:			Republicorp P/L
	Purpose:				Defines styles used in the footer section
	History:
	--------------------------------------------------------------------------------*/

div.footer {
	font-size: 7pt;
	text-transform: uppercase;
	background-color: white;
	width: 910px;
	padding: 30px 20px 30px 74px;
}

div.footer span.copyright {
	margin-right: 3px;
}

div.footer a, div.footer a:active, div.footer a:visited, div.footer a:link {
	margin: 0px 3px 0px 3px;
	color: black;
	text-decoration: none;
	font-size: 7pt;
}

div.footer a:hover {
	text-decoration: underline;
}