body{
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
}
.greenman_BGR {
	background-image: url(images/greenman_BGR.jpg);
	margin: 0px;
	padding: 0px;
	width: 65px;
	background-repeat: repeat-y;
	background-position: right top;
}
.greenman_BGL {
	background-image: url(images/greenman_BGL.jpg);
	margin: 0px;
	padding: 0px;
	width: 65px;
	background-repeat: repeat-y;
	background-position: left top;
}

.txt {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.txtBold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.txtBoldG {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #148A23;
	text-decoration: none;
}
.txtBold a:link{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.txtBold a:hover{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.txtBold a:active{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.txtBold a:visited{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.txtBoldW {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menuBG {
	background-image: url(images/menuBG.jpg);
	background-repeat: repeat-x;
	background-position: right;
	margin: 0px;
	padding: 0px;
	height: 28px;
}
.menuSep {
	background-image: url(images/menuSep.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: 28px;
	width: 39px;
}
.grayBoxTBG {
	background-image: url(images/grayBoxTBG.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 209px;
}
.grayBoxBBG {
	background-image: url(images/grayBoxBBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 209px;
}
.border {
	border: 1px solid #CBCBCB;
}
.borderRL {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CBCBCB;
	border-left-color: #CBCBCB;
}
