



/* PLAN --------*/

.body { line-height: 150%}
.body-b {  line-height: 150%; font-weight: bold}
.big {  font-size: larger; line-height: 130%}
.classPink { color: #ff6666;}

/* FORM */ 

form,dl,dt,dd, {
	margin: 0;
	padding: 0;
}


.PlanCmtForm {
	width: 60%;
	margin: 8px 0;
}

.PlanCmtForm .MgnTop {
	margin-top: 10px;
}

.PlanCmtForm th {
	width: 15%;
	padding: 10px 20px; 
	font-size: 1em;
	font-weight: normal;
	line-height: 130%;
	background-color: #FFE6E6;
	border-top: solid 1px #FF9999;
	border-right: solid 1px #FF9999;
}

.PlanCmtForm th span {
	font-size: 0.8em;
	color: #FF6666;
	font-weight: normal;
}

.PlanCmtForm td {
	width: 45%;
	padding: 10px 10px; 
	font-size: larger;
	line-height: 130%;
	background-color: #FFFAFC;
	border-top: solid 1px #FF9999;
}

.PlanCmtForm td.Btn {
	padding-top: 20px;
	background-color: #FFFFFF;	
}



