@charset "UTF-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #006699;
	font-style: normal;
	line-height: 115%;
}
body {
	background-image: url(../images/merlinBackground.jpg);
	background-color: #16325C;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	vertical-align: top;
	background-repeat: repeat-x;
}
a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #0055A5;
}
a:active {
	text-decoration: none;
	color: #0055A5;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h1 {
	font-size: 120%;
	color: #006699;
	text-align: left;
	line-height: 1.4em;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 10px;
}
h4 {
	text-align: center;
	font-size: 95%;
	font-weight: bold;
	padding-top: 1em;
	line-height: 1.4em;
}
h2 {
	font-size: 100%;
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	line-height: 1.4em;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 10px;
}
#samplesTable {
	margin-left: 20px;
	margin-right: 10px;
	text-align: center;
}
.spaceBelow {
	margin-bottom: 5px;
	margin-top: 10px;
}
h3 {
	font-size: 73%;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}
p {
	line-height: 1.6em;
	text-align: left;
	margin-left: 20px;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 8px;
	margin-bottom: 5px;
}
h5 {
	font-size: 75%;
	font-weight: normal;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 8px;
	margin-top: 5px;
}
.floatleft {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
}
.floatright {
	float: right;
	margin-left: 10px;
}
h6 {
	margin-left: 5px;
	font-size: 75%;
	line-height: 1.2em;
	padding-top: 10px;
}
li {
	list-style-type: disc;
	line-height: 1.4em;
	margin-left: 5px;
	margin-right: 10px;
}

table.vfpReport {
	margin-left: 10px;
	border-width: 2px;
	border-style: solid;
	border-color: blue;
	border-collapse: collapse;
}
table.vfpReport th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: gray;
}
table.vfpReport td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: gray;
}
