.textBlock{
padding-top: 25px;
}
.textBlock p{
margin-bottom: 15px;
}
.textBlock h2{
margin-bottom: 20px;
font-size:134%;
font-weight:bold;
}
.textBlock h3{
margin-bottom: 20px;
font-size:117%;
font-weight:bold;
}
.textBlock h4{
margin-bottom: 20px;
font-size:100%;
font-weight:bold;
}
.textBlock h5{
margin-bottom: 20px;
font-size:92%;
font-weight:bold;
}
.textBlock ul{
list-style:disc;
margin-bottom:15px;
margin-left: 20px;
}
.textBlock ol{
list-style:decimal;
margin-bottom:15px;
margin-left: 20px;
}

.textBlock td, .textBlock th{
border: 1px solid #B5BDC6;
padding: 3px;
}

.textArrowLeft, .textArrowRight{
height:13px;
width:13px;
background: url(../images/text/leftArrow.png) no-repeat;
position:absolute;
cursor:pointer;
margin: 1px 3px;
}

.textArrowRight{
background: url(../images/text/rightArrow.png) no-repeat;
}
.hidden_text {
display: none;
}