/* CSS Document */
.menuhead td {
	background-repeat: no-repeat;
	background-position: center; 
	height: 51px;
}

.submenuhead td {
	padding: 5px;
	white-space: nowrap;
}

.submenuhead td a {
	font-weight: bold;
	text-decoration: none;
	color: white;
	font-size: 12pt;
}

.submenuhead td a:hover {
	color: white;
}

.submenuhead .red{
	background-color: #971b1e;
}

.submenuhead .dgreen {
	background-color: #006d38;
}

.submenuhead .orange {
	background-color: #f5821f;
}
.submenuhead .lgreen {
	background-color: #5ca446;
}

body { margin:0;
	font-family: arial,sans-serif;
	font-size: 12pt;
}

.menuhead td a {
        color: #033a01;
        font-weight: bolder;
	font-size: 12pt;
        text-decoration: none;
}
.menuhead td a:hover {
	color: #033a01;
}

.errorbox {
	border: thin dotted red;
	background-color: #ffdddd;
	padding: 5px;
}

.boxred {
	border-top: 5px solid #971b1e;
	border-left: thin solid #971b1e;
	border-right: thin solid #971b1e;
	border-bottom: thin solid #971b1e;
}

.boxdgreen {
	border-top: 5px solid #006d38;
	border-left: thin solid #006d38;
	border-right: thin solid #006d38;
	border-bottom: thin solid #006d38;
}

.boxorange {
	border-top: 5px solid #f5821f;
        border-left: thin solid #f5821f;
        border-right: thin solid #f5821f;
        border-bottom: thin solid #f5821f;

}

.boxlgreen {
	border-top: 5px solid #5ca446;
        border-left: thin solid #5ca446;
        border-right: thin solid #5ca446;
        border-bottom: thin solid #5ca446;

}
.boxred, .boxdgreen, .boxorange, .boxlgreen {
	margin-top: 5px;
	margin-bottom: 5px;
}

.boxred, .boxdgreen, .boxorange, .boxlgreen td {
        padding-left: 5px;
        padding-right: 5px;
}

.boxred .bline {
	border-bottom: thin dotted #971b1e;
}

.boxorange .bline {
	border-bottom: thin dotted #f5821f;
}

a {
	text-decoration: none;
	color: #2d7a83;
}
a:hover {
	color:#00a0b3;
}
/*new*/
.bg1{background:url(image/leafdgreenh.png) center no-repeat}
.bg2{background:url(image/leafredh.png) center no-repeat}
.bg3{background:url(image/leaflgreenh.png) center no-repeat}
.bg4{background:url(image/leaforangeh.png) center no-repeat}
#tab img{padding:4px}