.txt h1
{
	font-family: 'Georgia',times;
	font-weight: normal;
	font-size: 16pt;
	color: #667;
	border-bottom: 1px solid #aaa;
}

.txt h2
{
	font-family: 'Georgia',times;
	font-weight: bold;
	font-size: 10pt;
	color: #334;
	border-bottom: 1px solid #BBB;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

.txt p
{
	padding-top: 5px;
	padding-bottom: 5px;	
}

.txt .relative
{
	position: relative;
}

.txt .overlay
{
	left: 0;
	top:0;
	position: absolute;
	font-size: 15pt;
	color: #182c6b;
}

.txt .overlay b
{
	color: #d54d12;
}

.txt .overlay i
{
	color: #667;
	font-size: 10pt;
}

.txt .overlay img
{
	width: 10px;
}
