@charset "TIS-620";
/* CSS Document */
p, P{
	margin:9px 0px 0px 0px;
}
p.half{
	margin:3px 0px 0px 0px;
}
.leftDotted{
	border-left-color:#CECECE;
	border-left-style:dotted;
	border-left-width:1px;
}
.rightDotted{
	border-right-color:#CECECE;
	border-right-style:dotted;
	border-right-width:1px;
}
.topDotted{
	border-top-color:#CECECE;
	border-top-style:dotted;
	border-top-width:1px;
}
.bottomDotted{
	border-bottom-color:#CECECE;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
.topLine{
	border-top-color:#CECECE;
	border-top-style:solid;
	border-top-width:1px;
}
.leftLine{
	border-left-color:#CECECE;
	border-left-style:solid;
	border-left-width:1px;
}
.bottomLine{
	border-bottom-color:#CECECE;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.rightLine{
	border-right-color:#CECECE;
	border-right-style:solid;
	border-right-width:1px;
}
.GraybottomLine{
	border-bottom-color:#666666;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.borderWh{
	 border:#FFFFFF solid 2px;
}
.bottomDottedWh{
	border-bottom-color:#FFFFFF;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
.borderGray{
	 border:#F2F2F2 solid 5px;
}
.globalPadding{
	padding:5px;
}
.TinyPadding{
	padding:3px;
}
.CellPadding{
	padding:6px 5px 6px 5px;
}
.TDCellPadding{
	padding:6px 0px 6px 0px;
}
.lineHeight{
	line-height:16px;
}
.dotted{
	margin:8px 0px 8px 0px;
}
.arrow{
    margin:5px 0px 0px 0px;
}
.bullet{
    margin:2px 2px 0px 2px;
}
.imgTxt{
	margin:0px 0px 8px 0px;
}
.NextBackMargin{
	margin:9px 0px 0px 0px;
}
.NextBackNumPadding{
	padding:5px 0px 5px 5px;
}
.LogoFooter{
	margin:20px 0px 0px 0px;
}
.Title{
   background-color:#D9D9D9;
   color:#4D4D4D;
   padding:5px 5px 5px 8px;
   font-weight:800;
}
.ImgTitle{
	margin:0px 0px 26px 0px;
}
