﻿.tcnotselleft {
	width: 7px;
	height:25px;
	background:url('../images/tcselleft.gif');
	background-repeat:no-repeat;
	cursor: pointer;
}
.tcnotsel{
	height:25px;
	background:url(../images/tcsel.gif);
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
.tcnotselright {
	width: 8px;
	height:25px;
	background:url('../images/tcselright.gif');
	background-repeat:no-repeat;
	cursor: pointer;
}
.tcselleft {
	width: 9px;
	height:25px;
	background:url('../images/tcnotselleft.gif');
	background-repeat:no-repeat;
	cursor: pointer;
}
.tcsel{
	background:url(../images/tcnotsel.gif);
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
.tcselright {
	width: 9px;
	height:25px;
	background:url('../images/tcnotselright.gif');
	background-repeat:no-repeat;
	cursor: pointer;
}
.bordertable {
	border-collapse: collapse;
	width: 100%;
}

.divcontent {
	border-top: 1px #3b749f solid;
	width:100%;
	height: 196px;
	padding: 6px;
	font-family: Arial;
	font-size: 12px;
	background: #e3f2f7 url('../images/bg_compareplans.gif') no-repeat;
}

.divcontent p {
	margin: 10px 0 0 0;
	line-height: 13pt;
	text-align: justify;
}

.divcontent h2 {
	margin: 10px 0 0 0;
	line-height: 13pt;
}

.divcontent h5 {
	margin: 10px 0 0 0;
	line-height: 13pt;
}

.divcontent ul {
	margin: 10px 0 0 0;
	line-height: 13pt;
	list-style: square;
	list-style-position: inside;
}

.divcontent-image {
	float: left;
	margin: 10px 0 10px 0;
}
