div.main
{
	position: absolute;
	top: 5%;
	left: 0px;
	width: 100%;
	
	text-align: center;
	
	z-index: 100;
}

.main
{
	font-family: arial;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
}

.little
{
	font-family: verdana;
	font-size: 7pt;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}
div.reference
{
	text-align: center;
	position: absolute;
	bottom: 2%;
	left: 0px;
	width: 100%;
}

.reference
{
	font-family: verdana;
	font-size: 8pt;
	color: #000000;
	font-style: normal;

}