@charset "utf-8";
/* CSS Document */
/*---Inner Page->START*/


.innerblack-rd {
	width: 960px;
	clear: both;
	padding: 0px;
	float: left;
}

.innerpage-title {
	
background: rgba(104,195,255,1);
background: -moz-linear-gradient(top, rgba(104,195,255,1) 0%, rgba(7,156,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(104,195,255,1)), color-stop(100%, rgba(7,156,255,1)));
background: -webkit-linear-gradient(top, rgba(104,195,255,1) 0%, rgba(7,156,255,1) 100%);
background: -o-linear-gradient(top, rgba(104,195,255,1) 0%, rgba(7,156,255,1) 100%);
background: -ms-linear-gradient(top, rgba(104,195,255,1) 0%, rgba(7,156,255,1) 100%);
background: linear-gradient(to bottom, rgba(104,195,255,1) 0%, rgba(7,156,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68c3ff', endColorstr='#079cff', GradientType=0 );

    font-weight: bold;
	 color: #fff;
	 font-family: 'Raleway', sans-serif;
   	font-size:19px ;
    letter-spacing: 1px;
	color:#fff;
    margin: 0;
    padding: 0px 2%;
	line-height: 45px;
	height: 45px;
    text-align: left;
    text-decoration: none;
    width: 96%;
	text-transform:uppercase;
}


.innerpage-gentext {
	border: 1px solid #d4d4d4;
	background:#fff;
    color: #333333;
    float: left;
   font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0px 0 0;
    padding: 2%;
    text-align: justify;
    text-decoration: none;
    width: 95.8%;
}
.innerpage-gentext a {
	color: #FFF !important;
}
.innerpage-gentext  img {
  max-width: 100%;
}

.innerpage-gentext ol {
  margin: 0;
  padding: 0 0 0 20px;
}
.innerpage-gentext li {
  margin-bottom: 10px;
}
