.RightBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #059A74;
}
.RightBorderBold {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #059A74;
}
.LeftRightBorderGray{
border-left-width:1px;
	border-left-style:solid;
	border-left-color:#CCCCCC;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#CCCCCC;
}
.TopRightBorder {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #059A74;
	border-left-color: #059A74;
}
.TopBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #059A74;
}
.ButtonBorder{
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#059A74;
}
.ButtonBorderBold{
	border-bottom-width:2px;
	border-bottom-style:double;
	border-bottom-color:#059A74;
}
.ButtonBorderGray{
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
}
.ButtonBorderGrren2{
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#2F8927;
}
.LeftBorder{
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#059A74;
}
.LeftRightBorder{
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#059A74;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #059A74;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #059A74;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #059A74;
}

.BBlueBorder1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
}
.TGrayBorder2 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.TBrownBorder2 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #772B2F;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.TBlueBorder2 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #558FB8;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.BBrownBorder1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2DECB;
}
.TGrayBorder1 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.FullBrownBorder1 {
	border: 1px solid #999999;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

