ADDRESS,
BLOCKQUOTE, 
BODY, DD, DIV, 
DL, DT, 
FIELDSET, FORM,
FRAME, FRAMESET,
H1, H2, H3, H4, 
H5, H6, IFRAME, 
NOFRAMES, 
OBJECT, OL, P, 
UL, APPLET, 
CENTER, DIR, 
HR, MENU, PRE   { display: block }
LI              { display: list-item }
HEAD            { display: none }
TABLE           { display: table }
TR              { display: table-row }
THEAD           { display: table-header-group }
TBODY           { display: table-row-group }
TFOOT           { display: table-footer-group }
COL             { display: table-column }
COLGROUP        { display: table-column-group }
TD, TH          { display: table-cell }
CAPTION         { display: table-caption }
TH              { font-weight: bolder; text-align: center }
CAPTION         { text-align: center }
BODY            { padding: 8px; line-height: 1.33 }
H1              { font-size: 2em; margin: .33em 0 }
H2              { font-size: 1.5em; margin: .33em 0 }
H3              { font-size: 1.17em; margin: 1em 0 }
H4, P,
BLOCKQUOTE, UL,
FIELDSET, FORM,
OL, DL, DIR,
MENU            { margin: 1.33em 0 }
H5              { font-size: .83em; line-height: 1.17em; margin: 1.67em 0 }
H6              { font-size: .67em; margin: 2.33em 0 }
H1, H2, H3, H4,
H5, H6, B,
STRONG          { font-weight: bolder }
BLOCKQUOTE      { margin-left: 40px; margin-right: 40px }
I, CITE, EM,
VAR, ADDRESS    { font-style: italic }
PRE, TT, CODE,
KBD, SAMP       { font-family: monospace }
PRE             { white-space: pre }
BIG             { font-size: 1.17em }
SMALL, SUB, SUP { font-size: .83em }
SUB             { vertical-align: sub }
SUP             { vertical-align: super }
S, STRIKE, DEL  { text-decoration: line-through }
HR              { border: 1px inset }
OL, UL, DIR,
MENU, DD        { margin-left: 40px }
OL              { list-style-type: decimal }
OL UL, UL OL,
UL UL, OL OL    { margin-top: 0; margin-bottom: 0 }
U, INS          { text-decoration: underline }
CENTER          { text-align: center }
BR:before       { content: "\A" }
/* An example of style for HTML 4.0's ABBR/ACRONYM elements */

ABBR, ACRONYM   { font-variant: small-caps; letter-spacing: 0.1em }
A[href]         { text-decoration: underline }
:focus          { outline: thin dotted invert }


/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

/* Elements that are block-level in HTML4 */
ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, 
FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, IFRAME,
NOSCRIPT, NOFRAMES, OBJECT, OL, P, UL, APPLET, CENTER, 
DIR, HR, MENU, PRE, LI, TABLE, TR, THEAD, TBODY, TFOOT, 
COL, COLGROUP, TD, TH, CAPTION 
                { unicode-bidi: embed }
/* End bidi settings */


@media print {
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }
}

H2 { page-break-before: auto; text-align: left }
H2.break { page-break-before: always }
H1.break { page-break-before: always }
H1 { font-family: arial, sans-serif; color: #0000FF; background-color: #FFFFFF }
H1 {font-size: 2em; background-color: transparent }
H1.center {text-align: center}
H1.head { font-size: 4em; font-family: times, serif; color: #0000FF; background-color: transparent; vertical-align: bottom; margin: 0 }
H2 {font-family: arial, sans-serif;}
H2.middle { color: red; background-color: #FFFFFF; vertical-align: middle}
H2 {font-size: 1.2em }
H2.indent { margin-left: 20% }
H2.center { color : blue; background-color: transparent; text-align: center }
H3 {font-family: arial, sans-serif; font-style: italic}
H4 {font-size: 0.2em; font-family: "Monotype Corsiva", arial, sans-serif;}
H5 {font-family: arial, sans-serif;}
H6 {font-family: arial, sans-serif;}
SPAN.details {background-color: #FFFF80; position: absolute; visibility: hidden; width: 400px; height: 25px;}
SPAN.tooltip {background-color: #FFFF80; position: absolute; visibility: hidden; width: 200px; height: 25px; text-align: left; font-size: 1.2em}
IMG	{ }
BODY {
	margin-left: 50px;
    margin-right: 0px;
    background-image: url("/graphics/dealer/text.png");
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #FFFFFF;

	text-align: justify;
	font-size: 12px;	/* must be in pixels for javascript menu to work */
	color: #000000;
	}
A:link	{
	background: transparent;
	color: #DD0000;
	text-decoration: underline;
	}
A:visited	{
	background: transparent;
	color: #DD0000;
	text-decoration: underline;
	}
A:hover	{
	color: #770000;
	}
A	{
	background: transparent;
	color: #DD0000;
	text-decoration: underline;
	}
/*
A:link {font-family: arial, sans-serif; color: #0000FF; background-color: transparent }
A:visited {font-family: arial, sans-serif; color: #0000FF; background-color: transparent}
A:active {font-family: arial, sans-serif; color: #0000FF; background-color: transparent;}
A:hover {font-family: arial, sans-serif; color: #0000FF; background-color: #ffcc99;}
*/
A.contents:link {font-family: arial, sans-serif; color: #0000FF; background-color: transparent }
A.contents:visited {font-family: arial, sans-serif; color: #0000FF; background-color: transparent}
A.contents:active {font-family: arial, sans-serif; color: #0000FF; background-color: #ffcc99;}
A.contents:hover {font-family: arial, sans-serif; color: #0000FF; background-color: #ffcc99;}
A.hd3 {font-family: arial, sans-serif; font-style: italic; font-weight: bold}
P, DIV, TH, TD {font-family: arial, sans-serif; font-size:medium; vertical-align: middle}
P.center { text-align: center }
TABLE.newpage { page-break-before: always; margin: 5%; width: 90%; }
TABLE.head {border: 1px; }
TABLE.tabulated {border: 1px; margin: 5px; }

TR { page-break-before: auto; page-break-inside: avoid; }
TR.break { page-break-before: always; }
TR.top {height: 5em;}
TR.lightgrey {background-color: #F3F3F3}
TR.midgrey {background-color: #E6E6E6}
TR.warn {background-color: #FFCCCC}
TR.lightcyan {background-color: #00FFFF; margin: 20px}
TR.midcyan {background-color: #00CCCC; margin: 20px}
TR.cardets	{ background-color: honeydew; }
TR.cardets1	{ background-color: white; }
TH {text-align: left}
TH.right {text-align: right}
TH.center {text-align: center; }
TH.stockbook { text-align: center; font-size: x-small }
TH.stockbook_20 { text-align: center; font-size: xx-small; width: 20% }
TD {text-align: left; }
TD.center {text-align: center; font-size: 1.3em }
TD.align {text-align: justify; }
TD.right, TD.price, TD.mileage {text-align: right; }
H2.catalogue {font-size: 1em }
TH.catalogue { vertical-align: top; font-size: 1em }
TD.catalogue { vertical-align: top; font-size: 1em }
TD.catalogue_right { vertical-align: top; text-align: right; font-size: 1em }
TD.vat {vertical-align: top; text-align: left; font-size: xx-small}
TD.vat_right {vertical-align: top; text-align: right; font-size: xx-small}
TD.head { text-align: center; background-color: #F0F0F0;
	background-image: url(/graphics/dealer/headline.png);
	background-repeat: no-repeat; }
TD.top {vertical-align: top; text-align: center;
	background-color: #F0F0F0; color: #000000}
TD.topleft {vertical-align: top; text-align: justify;
	background-color: #F0F0F0; color: #000000}
TD.instructions {vertical-align: top; width: 50%;
	background-color: #DFF6CC; color: #000000}
TD.instructions_narrow {vertical-align: top; width: 20%;
	background-color: #DFF6CC; color: #000000}
TD.summary {vertical-align: bottom;
	background-color: #DFF6CC; color: #000000}
TD.summary2 {vertical-align: bottom; text-align: center;
	background-color: #F5DEB3; color: #000000}
TD.warning { text-decoration: blink; text-align: center; background-color: #FF6666 }
TD.colour, TD.year, TD.price, TD.mileage	{ vertical-align: top; }
TD.colour	{ background-color: Aliceblue; }
TD.year	{ background-color: Aliceblue; }
UL, DL, LI, DD {font-family: arial, sans-serif; font-size: small}
LI.medium { font-size: medium }
PRE, KBD {font-family: monospace; font-size: xx-small}
BIG, SMALL {font-family: arial, sans-serif;}
STRONG, B {font-family: arial, sans-serif;}
EM, I {font-family: arial, sans-serif;}
SELECT {font-family: arial, sans-serif; font-size: small}
SELECT.features {font-family: arial, sans-serif; font-size: small}
INPUT {font-family: arial, sans-serif; font-size: small; }
INPUT.right {text-align: right; font-family: arial, sans-serif; font-size: xx-small; }
TBODY { page-break-inside: avoid }
TFOOT { page-break-inside: avoid }
.textarea {font-family: arial, sans-serif; font-size: xx-small}
.repsmall {font-family: arial, sans-serif; font-size: x-small}
.reptiny {font-family: arial, sans-serif; font-size: xx-small}
.repminute {font-family: arial, sans-serif; font-size: 0.5em}
#mkheading	{
	background-color: lightblue;
}
