/* Important code */
.tabs input {
	clear: both;
	padding-top: 10px;
	display: none;
}

.tabs section {
	clear: both;
	padding-top: 10px;
	display: none;
}
.section td{
	padding-left:12px;
	padding-right:12px;
	color:#000;
}

.tabs label {
	display: block;
	float: left;
	padding: 10px 15px;
	border-top: 2px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	border-bottom: 1px solid  rgba(41,144,241,.8);
}

.tabs label:hover {
	cursor: pointer;
	text-decoration:none ;
}

.tabs #tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4, #tab5:checked ~ #content5 {
	display: block;
}

.tabs input:checked + label {
	border-bottom:3px solid;
	border-top-color: transparent;
	border-bottom-color: rgba(41,144,241,.8);
	background-color:rgba(101,101,101,.1);
	text-decoration: none;
}

.tabs li{
	text-align:justify;	
}

.tabs p{
	text-align:justify;	
}

.sectiontitle { background: url(../img/dots.gif) repeat-x scroll 0 0 transparent; background-position: center; margin: 5px 0 25px; min-height: 20px; }
.sectiontitle h3 { font-size: 1.8em; background:#fff; display: inline; padding-right: 10px; }
