/* Document Page Footer Common to all Web Pages */
/* Version V1.0.0, 21/07/2007 WBM. */
/* Copyright 2007. Property of Design Atom */

/* ------------------------------------------------------------------------- */

/* Hyperlinks */
/* About Us Hyperlink */
a.footer_aboutus {
	position: relative; 
	top: 5px; 
	left: 50px; 
	font-family: Arial; 
	font-size: 10pt; 
	color: #424242; 
	line-height: 110%; 
	text-decoration: none;
}
a:hover.footer_aboutus {
	color: #FF0000; 
	text-decoration: underline;
}

/* Security Statement Hyperlink */
a.footer_contact {
	position: relative; 
	top: 5px; 
	left: 120px; 
	font-family: Arial; 
	font-size: 10pt; 
	color: #424242; 
	line-height: 110%; 
	text-decoration: none;
}
a:hover.footer_contact {
	color: #FF0000; 
	text-decoration: underline;
}

/* Terms & Conditions Hyperlink */
a.footer_terms {
	position: relative; 
	top: 5px; 
	left: 190px; 
	font-family: Arial; 
	font-size: 10pt; 
	color: #424242; 
	line-height: 110%; 
	text-decoration: none;
}
a:hover.footer_terms {
	color: #FF0000; 
	text-decoration: underline;
}

/* Privacy Statement Hyperlink */
a.footer_privacy {
	position: relative; 
	top: 5px; 
	left: 265px; 
	font-family: Arial; 
	font-size: 10pt; 
	color: #424242; 
	line-height: 110%; 
	text-decoration: none;
}
a:hover.footer_privacy {
	color: #FF0000; 
	text-decoration: underline;
}

/* Cookies Statement Hyperlink */
a.footer_cookies {
	position: relative; 
	top: 5px; 
	left: 325px; 
	font-family: Arial; 
	font-size: 10pt; 
	color: #424242; 
	line-height: 110%; 
	text-decoration: none;
}
a:hover.footer_cookies {
	color: #FF0000; 
	text-decoration: underline;
}

/* Sitemap Hyperlink */
a.footer_sitemap {
	position: relative; 
	top: 5px; 
	left: 390px; 
	font-family: Arial; 
	font-size: 10pt; 
	color: #424242; 
	line-height: 110%; 
	text-decoration: none;
}
a:hover.footer_sitemap {
	color: #FF0000; 
	text-decoration: underline;
}

/* Small Text Centered */
p.footer {
	position: relative;
	top: 10px;
	left: 0px;
	width: 664px;
	font-family: Arial; 
	font-size: 8pt; 
	text-align: center; 
	color: #424242; 
	line-height: 110%; 
	margin-top: 0px; 
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	z-index: 1;
}