﻿.VPanelBody 
	{
		border				: solid 1px gray; 
		background-color	: #ffffff; 
		padding				: 5px; 
		text-align			: center;
	}
.VPanelCaption 
	{
	font-size		: 9pt;
	font-family		: Arial, helvetica;
	font-weight		: bold;
	color			: Blue;
	}
.VPanelItem
	{
		padding-top			: 20px; 
		text-align			: center;
	}
.VPanelItemCaption 
	{
	font-size		: 8pt;
	font-family		: Arial, helvetica;
	font-weight		: bold;
	}
.VPanelText 
	{
	font-size		: 7pt;
	font-family	: Arial, helvetica;
	}
