/* tables */

/* align tables in centre of divs */
table {
	margin: auto;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000;
}/
/* table 1 */
#table1 {
	border-collapse: collapse;
	text-align: center;
	color: #000000;
}
#table1 td {
	font-size: 16px;
	text-align: centre;
	vertical-align: middle;
	border: 1px solid #98bf21;
	padding: 3px 7px 2px 7px;
	color: #333;
}
#table1 th {
	font-size: 16px;
	text-align: centre;
	border: 1px solid #98bf21;
	padding: 3px 7px 2px 7px;
	background-color: #FF6;
	color: #000000;
}
/* table 2 */
#table2 {
	border-collapse: collapse;
	color: #000000;
}
#table2 td {
    font-size: 16px;
	text-align: left;
	vertical-align: middle;
    padding: 3px 7px 2px 7px;
}
#table2 th {
    font-size: 16px;
    text-align: centre;
    padding: 3px 7px 2px 7px;
    background-color: #FF6;
    color: #000000;
}
/* table 3 */
#table3 {
	border-collapse: collapse;
	color: #000000;
}
#table3 td {
    font-size: 16px;
	text-align: left;
	vertical-align: middle;
    padding: 3px 7px 2px 7px;
}
#table3 th {
    font-size: 16px;
    text-align: centre;
    padding: 3px 7px 2px 7px;
    background-color: #FF6;
    color: #000000;
}
/* table 4 */

#table4 {
	border-collapse: collapse;
	text-align: center;
	color: #000000;
}
#table4 td {
    font-size: 16px;
    text-align: centre;
	vertical-align:middle;
    border: 1px solid #98bf21;
    padding: 3px 7px 2px 7px;
}
#table4 th {
    font-size: 16px;
    text-align: centre;
    border: 1px solid #98bf21;
    padding: 3px 7px 2px 7px;
    background-color: #FFFF00;
    color: #000000;
}
.row-4-1 {
  width: 30%;
}
.row-4-2 {
  width: 5%;
}
.row-4-3 {
  width: 30%;
}
.row-4-4 {
  width: 8%;
}
.row-4-5 {
  width: 5%;
}
.row-4-6 {
  width: 8%;
}
/* table 5 - no borders */
#table5 {
	border-collapse: collapse;
	color: #000000;
    border: 1px solid #98bf21;	
}
#table5 td {
    font-size: 16px;
	text-align: left;
	vertical-align: middle;
    padding: 3px 7px 2px 7px;
    border: 1px solid #98bf21;	
}
#table5 th {
    font-size: 16px;
    text-align: centre;
    padding: 3px 7px 2px 7px;
    background-color: #FF6;
    border: 1px solid #98bf21;	
    color: #000000;
}


/* table 6 - no borders */
#table6 {
	border-collapse: collapse;
	color: #000000;
}


#table6 td {
    font-size: 16px;
	text-align:left;
    padding: 3px 7px 2px 7px;
}

#table6 th {
    font-size: 16px;
	text-align:center;
    padding-top: 5px;
    padding-bottom: 4px;
}
/* button*/
#button a{
    display:block;
    color:transparent;
	width:180px;
	height:40px;}
	
#button a:hover{
    background-position:left bottom;}
	
#button td {
	padding: 0;
/*	background-image: url(../images/enquiry_form.png);*/
	display:block;
    color:transparent;
	width:180px;
	height:40px;}

}
