<!-- 

/* ##################### Basic setup ##################### */

	BODY {
	font-family : Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight : normal;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 10px;
	margin-bottom : 0px;
	background-color : #007339;
	color : #FFFFCC;
	text-align : center;
}


	TABLE {
	margin-left: auto;
	margin-right: auto;
}

	A {	/*All links*/
	font-family : Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight : normal;
	color : #FFFF00;
	text-decoration : none;
	font-weight : normal;
}

a.hirecaron {
	font-family : Tahoma,Arial,Helvetica,sans-serif;
        font-size: 10px;
        font-weight : bold;
        color : #000000;
	text-decoration : underline;
}

a.hirecaroff {
        font-family : Tahoma,Arial,Helvetica,sans-serif;
        font-size: 10px;
        font-weight : bold;
        color : #000000;
	text-decoration : none;
}
	
	

	INPUT,SELECT,TEXTAREA,.forms,.SELECT {	/*All forms*/
	font-family : Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-weight : normal;
	color : Black;
}
	
	/*add CLASS="submit" to all submit and reset tags (for NS4 compatibility only)*/
	
	.submit {
	font-family : Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-weight : bold;
	color : Black
}



	TD {
	/*Default table cell (same as BODY)*/
	font-family : Tahoma,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color : Black;
	font-weight : normal;
	vertical-align : top;
}

/* ##################### Tariff tables ##################### */
	
	TD.title {
	font-family : Arial,Helvetica,sans-serif;
	font-size: 14pt;
	font-weight : bold;
	color : #FFFFCC;
	white-space : nowrap;


}

	TD.header {
	/**/
	font-weight : bold;
	background-color : #FFFFFF;
	text-align : center;
}

	TD.tabs {
	/**/
	font-weight : bold;
	background-color : #FFFFFF;
	text-align : left;
}

	TD.IncHeader {
	/**/
	font-weight : bold;
	background-color : #007339;
	color : #FFFFCC;
	text-align : center;
}

	TD.footer {
	/**/
	font-size: 10px;
	font-weight : bold;
	background-color : #FFFFFF;
}

	/*Coloured cells*/

	TD.yellow {
	background-color : #ffffcc;
	font-size: 10px;
	font-weight : bold;
	color : #000000;
	text-align : center;
	vertical-align : middle;
}
       TD.yellowlargegreen {
        background-color : #ffffcc;
        font-size: 16px;
        font-weight : bold;
        color : #008000;
        text-align : center;
        vertical-align : middle;
}
       TD.yellowsmallblack {
        background-color : #ffffcc;
        font-size: 11px;
        font-weight : bold;
        color : #000000;
        text-align : center;
        vertical-align : middle;
}


	TD.white {
	background-color : #FFFFFF;
	font-size: 10px;
	font-weight : bold;
	color : #000000;
	text-align : center;
	vertical-align : middle;
}

	TD.IncRate {
	background-color : #FFFFFF;
	font-size: 10px;
	font-weight : bold;
	color : #000000;
	text-align : left;
	vertical-align : middle;
}


	TD.fpWhite {/*Default white text*/
	font-family : Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color : #FFFFCC;
	font-weight : normal;
	text-align : center;
	vertical-align : middle;
}

	TD.fpYellowItalic { /* used for highlight text on front page */
	font-family : Arial,Helvetica,sans-serif;
	font-size: 14pt;
	font-weight : bold;
	font-style : italic;
	color : #FFFF33;
	text-align : center;
	vertical-align : middle;
}
	.fpBoldRed { /* used for highlight text on front page */
	font-family : Arial,Helvetica,sans-serif;
	font-size: 12pt;
	font-weight : bold;
	color : Red;
	text-align : center;
	vertical-align : middle;
}

	TD.pagefooter { /* used for footers on all pages */
	font-family : Arial,Helvetica,sans-serif;
	font-weight : bold;
	color : #FFFFCC;
	text-align : center;
	vertical-align : middle;
}

	TD.enqform { /* used for enquiry form */
	font-family : Arial,Helvetica,sans-serif;
	font-weight : bold;
	color : #FFFFCC;
	text-align : right;
	vertical-align : top;
}

	.small { /* used for small font sizes */
	font-family : Arial,Helvetica,sans-serif;
	color : #FFFFCC;
	font-size: 10px;
	font-weight : bold;
	vertical-align : middle;
}

	.SmallBlack { /* used for small font sizes */
	font-family : Arial,Helvetica,sans-serif;
	color : #000000;
	font-size: 10px;
	font-weight : bold;
	vertical-align : middle;
}

	TD.enqform2 { /* used for enquiry form */
	font-family : Arial,Helvetica,sans-serif;
	font-weight : bold;
	color : #FFFFCC;
	text-align : left;
	vertical-align : top;
}

	.header2 {
	font-size: 12pt;
	font-weight : bold;
}

/* ##################### Hire Cars ##################### */
body.hirecar {
	background-color:	white;

}

p.hirecar {
        font-family : Tahoma,Arial,Helvetica,sans-serif;
        font-size: 8pt;
        color : Black;
        font-weight : normal;

}

a.hirecar {
	font-family : Tahoma,Arial,Helvetica,sans-serif;
        font-size: 8pt;
        color : Black;
        font-weight : normal;
}


/* ##################### End of Hire Cars ##################### */
	
-->

