/* CSS Document */
* {
	font-family: Arial;
	font-size: 12px;
    color : #666666;
	text-align: left;
	vertical-align: top;
}

body {
	margin: 0px 0px 0px 0px;
}

td.nav {
	background-color: #008849;
	height: 22px;
}

td.nav table td {
	vertical-align: middle;
	text-align: left;
}

td.nav table td a {
	color: #ffffff;
	text-decoration: none;
}

.strong1 {
	color: #FFFFFF;
	font-weight: bold;
}

td.top_space {
	border-bottom: solid;
	border-width: 1px;
	border-color: #008849;
	height: 22px;
}

td.bottom_space {
	border-top: solid;
	border-width: 1px;
	border-color: #008849;
	height: 22px;
}

td.left_panel {
	border-right: solid;
	border-width: 1px;
	border-color: #008849;
	width: 303px;
}

td.mid_panel {
	width: 327px;
}

td.mid_panel div.scrollbox1 {
	overflow: auto;
	width: 307px;
	height: 412px;
	margin: 10px;
}

td.mid_panel div.scrollbox1 a {
	font-weight: bold;
	color: #008849;
	text-decoration: none;
}

td.mid_panel div.scrollbox1 a:hover {
	font-weight: bold;
	color: #008849;
	text-decoration: underline;
}

td.right_panel {
	width: auto;
}

td.right_panel div.scrollbox2 {
	overflow: auto;
	height: 412px;
	margin: 10px;
	width:550px;
}

table.enquiry td {
	padding: 10px;
}

table.display_image td {
	padding: 10px;
	text-align: center;
}

img {
	border: none;
}