/* 
	CSS Document 
	Horden and Co Style Sheet
	Date Created: 3 August 2006
	Author:	Ari Rizos info@webology.net.au
*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D474D;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Internal Copy Links */
a:link {
	color: #3D474D;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3D474D;
}
a:hover {
	text-decoration: none;
	color: #3D474D;
}
a:active {
	text-decoration: underline;
	color: #3D474D;
}

#bottomyellow {
	background-image:url(images/bottombg_yellow.jpg);
	background-repeat:repeat-y;
}

#bottomgrey {
	background-image:url(images/bottombg_grey.jpg);
	background-repeat:no-repeat;
}

/* bottom navigation links */
.bottomlinks a {
	font-size: 9px;
	color: #000000;
}
.bottomlinks a:link {
	text-decoration: none;
}
.bottomlinks a:visited {
	text-decoration: none;
	color: #000000;
}
.bottomlinks a:hover {
	text-decoration: underline;
	color: #000000;
}
.bottomlinks a:active {
	text-decoration: none;
	color: #000000;
}

.bottomtext {
	font-size: 9px;
	color: #000000;
}
/* trela promotion link */
.trelalink a {
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
}
.trelalink a:link {
	text-decoration: none;
	text-decoration: underline;
}
.trelalink a:visited {
	text-decoration: none;
	text-decoration: underline;
	color: #000000;
}
.trelalink a:hover {
	text-decoration: none;
	color: #000000;
}
.trelalink a:active {
	text-decoration: none;
	text-decoration: underline;
	color: #000000;
}
