body  {
	background-color : rgb(255,255,255);
	font-size : 10pt;
	font-family : trebuchet ms,Verdana,Arial,Helvetica;
	color : #000000;
	margin-bottom : 0px;
	padding-bottom : 0px;
	border-bottom-width : 0px;
}

H1 {
	font-family : trebuchet ms,Verdana,Arial,Helvetica;
	font-size : 20pt;
	color : #008000;
	font-weight : strong;
	font-style : bold;
    text-align  : center;
}

H2 {
	font-family : trebuchet ms,Verdana,Arial,Helvetica;
	font-size : 16pt;
	color : #008000;
	font-weight : strong;
	font-style : bold;
    text-align  : center;
}

P  {
	font-size : 10pt;
	font-family : trebuchet ms,Verdana,Arial,Helvetica;
}
.cent {
	font-size : 10pt;
	font-family : trebuchet ms,Verdana,Arial,Helvetica;
	text-align : center;
}
.bold {
	font-size : 10pt;
	font-family : trebuchet ms,Verdana,Arial,Helvetica;
	font-weight : bold;
}

input {
	font-family : trebuchet ms,Verdana,Arial,Helvetica;
    font-size: 8pt;
    width: 70px;
    height: 20px
}

.booking {
	font-family : trebuchet ms,Verdana,Arial,Helvetica;
    font-size: 8pt;
    width: 160px;
}

.auto {
	font-family : trebuchet ms,Verdana,Arial,Helvetica;
	font-size: 8pt;
	height: 20px;
	width: auto;
}

.liboldred {
	font-size : 8pt;
	font-family : trebuchet ms,Verdana,Arial,Helvetica;
	font-weight : bold;
	color : #FF0000;
}
.red {
	background-color : rgb(255,150,150);
	font-family : trebuchet ms,Verdana,Arial,Helvetica;
	font-weight : bold;
	color : #000000;
}
.green {
	background-color : rgb(150,255,150);
	font-family : trebuchet ms,Verdana,Arial,Helvetica;
	font-weight : bold;
	color : #000000;
}
.black {
	background-color : rgb(0,0,0);
	font-family : trebuchet ms,Verdana,Arial,Helvetica;
	font-weight : bold;
	color : #ffffff;
}
