/* 
Copyright Martel-Dunn Recruitment 2000-2001
Design and Build by Paul Tinsley
---------------------------------------------------------------------------------
All server-side and client-side code included in the pages for this website
(www.martel-dunn.com) are the intellectual property of Paul Tinsley
tel. +44 (0) 1481 724485 - www.Guernsey.tv. Any re-use, copying or use
for any other purposes is strictly unauthorised.
---------------------------------------------------------------------------------
Due to the difficulties that Netscape imposes, this site has only
been optimised for Internet Explorer.
*/

/* default page */
body
{
    font-family: verdana, arial, sans-serif, helvetica;
	font-size: 8pt;
    color: black;
}

table
{
    font-family: verdana, arial, sans-serif, helvetica;
	font-size: 9pt;
    color: black;
}

/* vacancies */
td.indent1
{
	padding-left: 20;
	padding-top: 10;
	text-align: justify;
	font-size: 8pt;
}

/* vacancies */
td.indent2
{
    background-color: white;
	background-image: url(images/fade_01.jpg);
	background-repeat: no-repeat;
	padding: 1;
}

/* services */
td.indent3
{
    background-color: white;
	background-image: url(images/border_2.gif);
	background-repeat: no-repeat;
	padding-left: 30;
	padding-top: 5;
	text-align: justify;
}

/* interview tips */
td.indent4
{
    background-color: white;
	background-image: url(images/border_1.gif);
	background-repeat: no-repeat;
	padding-left: 20;
	padding-top: 10;
	text-align: justify;
}

/* fixed table backgrounds */
table.back1
{
    background-color: white;
	background-repeat: no-repeat;
}

.rusty
{
 color: #FF7800;
}

.orange
{
 background-color: #FFCC00;
}