/* CSS Document */

h2 {
	margin: 10px 0 15px 0;
}

h3 {
	margin-bottom: 15px;
}

h4 {
	margin-bottom: 10px;
}

h5 {
	margin: 20px 0 10px 0;
}

h6 {
	border-left: 5px solid #3399FF;
	padding-left: 5px;
	color: #3399FF;
	font-size: 120%;
	margin: 10px 0;
}

h7 {
	color: #FF6600;
	font-size: 110%;
}

.marTopBottom10 {
	margin: 10px 0;
}

.miniComment {
	color: #666;
	font-size: 80%;
	margin-top: 5px;
}

#OSA {
	width: 450px;
	float: left;
}

#OSA table {
	border-collapse: collapse;
	width: 100%;
}

#OSA table th,
#OSA table td {
	width: 50%;
	padding: 5px;
	text-align: center;
	border: 1px solid #CCC;	
}

#OSA table th {
	background: #EEE;
}

#OSA .imgBox {
	margin-top: 10px;
}

#FVC {
	width: 450px;
	float: right;
}

#FVC .textRight {
	text-align: right;
}

#FVC table {
	width: 100%;
	border-collapse: collapse;
}

#FVC th {
	background: #EEE;
}

#FVC th,
#FVC td {
	font-size: 90%;
	padding: 5px;
	border: 1px solid #CCC;
	vertical-align: middle;
}

iframe#PlanFrame {
	width: 100%;
}