/* "Arrow anchor links" modified for the FrontPage template so that the links are viewable on FP2000 */
/* ================================================================================================= */
/* template_only.css - External Version 20070904 */

/* Coloured arrow with no background */
a.colourArrw{
	text-indent: 0px;
}

/* Coloured arrow with grey background */
a.colourArrwBg{
	text-indent: 0px;
}

/* Green arrow with no background */
a.greenArrw{
	text-indent: 0px;
}

/* Green arrow with grey background */
a.greenArrwBg{
	text-indent: 0px;
}

/* Table cell in hpcentral table (centre text on home page) that exists to hold a coloured arrow */
.arrowTd a{
	text-indent: 0px;
}

/* Table cell in hpbottomcontent (section just above footer on home page) that exists to hold a green arrow */
.arrwGreenTd a{
	text-indent: 0px;
}

/* Table cell in impulse pane table (home page): Holds a green arrow */
.arrwGreenRelatedTd a{
	text-indent: 0px;
}

/* Element to hold arrow used on "Universal Chooser" pages */
.chooserArrow a{
	text-indent: 0px;
}

/* Table cell in impulse pane table (home page): Includes grey background and is used to hold a green arrow
   - "impulsetdarrowbgcolor is the deprecated name */
.impulseTdArrowBgColour a,
.impulsetdarrowbgcolor a{
	text-indent: 0px;
}

/* Table cell in impulse pane table (home page): Holds a green arrow: NB. called "last" because last cell excludes the grey line at the bottom, but this style is used for any case when a grey line is not wanted at the bottom  */
td.impulsetTArrowLast a{
	text-indent: 0px;
}

/* Table cell in impulse pane table (home page): Holds a green arrow: NB. this style defines a grey line at the bottom of the cell */
.impulseTdArrow a{
	text-indent: 0px;
}

table.startMarker,
table.endMarker {
	border: 1px double #666;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}


/* END of FrontPage Template modifications */
/* ======================================= */
