@charset "utf-8";
/* CSS Document */

.vhpf {
	width:100%;
	background-color: #FFF;
	background-image: url(../img/photos/vh-oval-sep1974.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
.vhpf-cont {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	line-height: 20px;
	color: #47004;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.ul-vhfp {
	text-align:left;
	display: block;
	list-style-type: circle;
	margin-left: 50px;
}
/* vhfp-table with alternating colour */

	.TFtable-vhpf{
	border-collapse:collapse;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	}
	.TFtable-vhpf td{
	padding:7px;
	border:1px solid #780151;
	color: #470004;
	font-size: 10px;
	text-align: left;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.TFtable-vhpf tr{
	background-color: #F9F9F7;
	}
	.TFtable-vhpf tr td:nth-child(1) {
	text-align:left;
	vertical-align: middle;
	width: 35%;
}
	/* Set 2nd column justified */
	.TFtable-vhpf tr td:nth-child(2) {
	text-align:left;
}
	/*  Define the background color for all the ODD background rows  */
	.TFtable-vhpf tr:nth-child(odd){
	background-color: #E5E5E5;
	}
	/*  Define the background color for all the EVEN background rows  */
	.TFtable-vhpf tr:nth-child(even){
	background-color: #F5F5F3;
	}
