/* USE THIS STYLESHEET FOR COLOUR SETTINGS ONLY!!! */
/* grey colour scheme set-up */

/* text size */

BODY	{ font-size: 10pt; font-family: arial; }
P		{ font-size: 10pt; font-family: arial; }
TABLE	{ font-size: 10pt; font-family: arial; }
TR		{ font-size: 10pt; font-family: arial; }
TD		{ font-size: 10pt; font-family: arial; }
TH		{ font-size: 10pt; font-family: arial; }

.largest	{ font-size: 20px; font-family: arial; }
.larger		{ font-size: 16px; font-family: arial; }
.large		{ font-size: 16px; font-family: arial; }
.reg		{ font-size: 10pt; font-family: arial; }
.small		{ font-size: 12px; font-family: arial; }

/* Text colour scheme */

A:link    { color: #E69C2D; text-decoration: underline; }
A:active  { color: #FDAB2E; text-decoration: underline; }
A:visited { color: #A0A0A0; text-decoration: underline; }
A:hover { color: #CCCCCC; text-decoration: underline; }

/* Clickpath - stylesheetdetect */

FONT.cssdetect
{ display:none; }

TD FORM, TD FORM SELECT, TD FORM INPUT, SELECT { font-size:12px; font-family: Arial, Helvetica, Sans-Seriff; }

/* Header style definition */

TABLE.header,
TABLE.header TABLE,
TABLE.header TABLE TD,
TABLE.header TD { background-color: #000000; }

/* Navbar style definition */

TABLE.navbar,
TABLE.navbar TABLE,
TABLE.navbar TABLE TD,
TABLE.navbar TD { background-color: #333333; }

/* Text colour meringue */

DIV.text-meringue TD { color: white; }

/* Text colour aubergine (default if not meringue) */

TD { color: black; }

/* Alternate text colours */

TD.aubergine,
P.aubergine,
SPAN.aubergine,
DIV.aubergine { color: black; }

TD.meringue,
P.meringue,
SPAN.meringue,
DIV.meringue { color: white; }

.lightText { color: #E1E1E1; }
.mediumText { color: #474747; }
.strongText { color: #242424; }


/* Background Colors */

.white { background-color: #FFFFFF; color: black; }
.light { background-color: #E1E1E1; color: black; }
.medium { background-color: #474747; color: white; }
.strong { background-color: #242424; color: white; }


/* left-hand navigator */

TD.left A:link,
TD.left A:hover,
TD.left A:active,
TD.left A:visited { font-size: 12px; text-decoration: none; }


/* right-hand navigator */

TD.right A:link,
TD.right A:hover,
TD.right A:active,
TD.right A:visited { font-size: 12px; text-decoration: none; }
