.fcontainer{
	text-align: left;
	width: 500px;
	border: solid;
	border-width: 1px;
	margin-bottom: 15px;
}

.ftitle{
	width: 100%;
	height: 20px;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
}

.fbody{
	width: 100%;
	background: #FFFFFF;
	color: #002244;
	overflow: hidden;
}

.fheader{
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	background: #EEEEFF;
}

.fcontent{
	width: 100%;
	color: #224499;
	margin: 5px 5px 5px 5px;
}

.fchunk{
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.fnchunk{
	width: 100%;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	clear: both;
}

#tandc{
	border: inset;
	border-width: 2px;
	overflow: auto;
	width: 490px;
	height: 200px;
}

#tandc div{
	margin: 10px 10px 10px 10px;
}

.title{
	margin-top:10px;
	font-size:25px;
	font-weight: bold;
	margin-bottom: 20px;
}
