@charset "utf-8";

/* Printing only specific CSS */

.frameContainer {
	width: 100%;  /* this will create a container 100% of the browser width */
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat-y;
	color: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.frameRightContainer {
	float: left;
	width: 100%;
	padding: 0px;
	background-color: #ffffff;
}

.frameTitle {
	height: 60px;
}

.frameMain {
    background-color: #ffffff;
	color: #000000;
}

.frameCopyright {
	height: 120px;
}

.frameMenuBar {
	display: none;
}


body {
	background-color: #ffffff;
	background-image: none;
	color: #000000;
	font-weight: normal;
	font-size: 12pt;
	font-family: "Comic Sans MS", "Times New Roman", sans-serif;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}

.toyne {
	background-image: none
}


/* Body for kitcar pages - different background image */
.kitcar {
	background-image: none;
    background-color: #ffffff;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
}


/* Body for zetec pages - different background image */
.zetec {
	background-image: none;
	margin-left: 10px;
	margin-right: 10px;
}


/* Body for document pages - different background image */
.docs {
	background-image: none;
	margin-left: 10px;
	margin-right: 10px;
}


/* Body for d2 dash pages - different background image */
.d2d {
	background-image: none;
	margin-left: 10px;
	margin-right: 10px;
}


/* Body for menu bar - different background colour and image */
.menu {
	background-image: none;
}


/* Body for title - no background image */
.title {
	background-image: none;
	margin-left: 10px;
	margin-right: 10px;
}

/* Links - Normally, text-decoration is "underline" */
A:visited { text-decoration: underline; color: #000000; }
A:link    { text-decoration: underline; color: #000000; }
A:active  { text-decoration: underline; color: #000000; }
A:hover   { text-decoration: underline; color: #000000; }


/* Zetec Specific Links */
A:visited.zl { color: #000000; }
A:link.zl    { color: #000000; }
A:active.zl  { color: #000000; }
A:hover.zl   { color: #000000; }

/* Table widths */
.left-33 { display: none; }
.rght-33 { display: none; }
.ctrm2-34 { font-size: 7.5pt;  text-align: center; width: 100%; }
