/*
h1
{
	margin-top: 25px;
}

h2
{
	margin-top: 20px;
}

h3
{
	margin-top: 20px;
	color: #B0B0B0;
}

h4
{
	color: #909090;
	margin-top: 15px;
}
*/

.frame
{
	padding: 50px 50px;
	background-color: #E4E4E4;
	border-radius: 5px;	
}

.keyValuePair
{
	margin: 10px 0px;
}

.keyValuePair .key
{
	font-weight: normal;
	font-size: 11pt;
	color: #505050;
	line-height: 1.1em;
}

.keyValuePair .value
{
	font-weight: bold;
	font-size: 14pt;
	color: black;
	line-height: 1em;
}

.data-value
{
	font-weight: bold;
}
