

.BreakH20 {
   height: 20px;
}

.ArticleText {
   padding: 22px 0px 0px 0px;
}

.ArticleText > p {
   text-align: justify;
}
.ArticleText > p span.NoWrap{
   white-space: nowrap;
}
.ArticleText > ol > li span.NoWrap,
.ArticleText > ul > li span.NoWrap{
   white-space: nowrap;
}

.ArticleText > p a{
   color: #006f4f;
   text-decoration: underline;
}
.ArticleText > p a:hover{
   text-decoration: none
}
.ArticleText > h1,
.ArticleText > h2,
.ArticleText > h3{
   color: #006f4f;
}

.ArticleText > ol > li.hide,
.ArticleText > ul > li.hide{
   visibility: hidden;
   height: 0px;
}


.ComBox {
   padding: 0px 0px 8px 0px;
}

.ComBox > .Inner {
   border: 1px solid #f3f3f3;
   -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14);
   -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14);
   box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14);
}

.ComBox > .Inner > .Header {
   padding: 11px 0px 11px 15px;
}

.ComBox > .BottomShadow {
   background: url('../img/shadow_bottom.png') 50% 0px no-repeat;
   height: 12px;
}



.GoForward {
   
}

.GoForward > .Label {
   display: block;
   text-align: left;
   font-size: 14px;
   font-family: 'Open Sans', sans-serif;
}

.GoForward > .Label.IsHidden {
   visibility: hidden;
}

.GoForward > .Label strong {
   font-family: 'Open Sans', sans-serif;font-weight: bold;
}

.GoForward > a {
   display: block;
   text-decoration: none;
   height: 51px;
   text-transform: uppercase;
   color: #ffffff;
   font-size: 18px;
   font-family: 'Open Sans', sans-serif;font-weight: bold;
   line-height: 1.0;
   background: url('../img/Button-01.png') 100% 50% no-repeat;
   
   -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;

}

.GoForward > a > span {
   display: block;
   padding: 16px 0px 0px 14px;
}

.GoForward > a:hover {
   filter: alpha(opacity=80);
   opacity: 0.8;
}



.HelpSection > .Inner > .Header {
   background: url('../img/ico_info.png') 94% 50% no-repeat;
}

.HelpSection > .Inner {
   display: block;
   cursor: pointer;
}
.HelpSection > .Inner > .Header > h3{
   -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
}
.HelpSection > .Inner:hover > .Header > h3{
   color: #006f4f;
}



.DownloadSection .FilesList {
   padding: 20px 12px 0px 12px;
}

.DownloadSection .FilesList a {
   display: block;
   padding: 0px 0px 0px 57px;
   margin: 0px 0px 5px 0px;
   background: url('../img/ico_pdf.png') 0px 0px no-repeat;
   min-height: 35px;
   text-decoration: none;
   color: #000000;
   font-size: 14px; line-height: 17px;
   font-family: 'Open Sans', sans-serif;
   
   -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;

}

.DownloadSection .FilesList a > span {
   display: block;
   padding: 0px 0px 0px 0px;
}

.DownloadSection .FilesList a:hover {
   color: #006f4f;
   text-decoration: underline;
}


.GoBackward {
   
}

.GoBackward > .Label {
   display: block;
   text-align: right;
   font-size: 14px;
   font-family: 'Open Sans', sans-serif;
}

.GoBackward > .Label.IsHidden {
   visibility: hidden;
}

.GoBackward > .Label strong {
   font-family: 'Open Sans', sans-serif;font-weight: bold;
}

.GoBackward > a {
   display: block;
   text-decoration: none;
   height: 51px;
   text-transform: uppercase;
   color: #ffffff;
   font-size: 18px;
   font-family: 'Open Sans', sans-serif;font-weight: bold;
   line-height: 1.0;
   background: url('../img/Button-02.png') 100% 50% no-repeat;
   text-align: right;
   
   -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;

}

.GoBackward > a > span {
   display: block;
   padding: 16px 14px 0px 0px;
}

.GoBackward > a:hover {
   filter: alpha(opacity=80);
   opacity: 0.8;
}





.GoBackwardFromOffer {
   width: 225px;
   text-align: left;
}

.GoBackwardFromOffer > .Label {
   display: block;
   text-align: right;
   font-size: 14px;
   font-family: 'Open Sans', sans-serif;
}

.GoBackwardFromOffer > .Label.IsHidden {
   visibility: hidden;
}

.GoBackwardFromOffer > .Label strong {
   font-family: 'Open Sans', sans-serif;font-weight: bold;
}

.GoBackwardFromOffer > a {
   display: inline-block;
   text-decoration: none;
   height: 51px;
   text-transform: uppercase;
   color: #adadad;
   font-size: 18px;
   font-family: 'Open Sans', sans-serif;font-weight: bold;
   line-height: 1.0;
   background: url('../img/Button-03.png') 100% 50% no-repeat;
   text-align: right;
   width: 225px;
   
   -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;

}

.GoBackwardFromOffer > a > span {
   display: block;
   padding: 16px 14px 0px 0px;
}

.GoBackwardFromOffer > a:hover {
   filter: alpha(opacity=80);
   opacity: 0.8;
}


li {
   color: #333;
}
li span, p span {
   color: #009597;
}