/*body, td, p
{
	font-size: 14px;
	font-family: Verdana, Arial;
}
.title
{
	font-weight: bold;
	font-size: 18pt;
	color: black;
}
*/
.head
{
	border-top-width: 1px;
	font-weight: bold;
	border-left-width: 1px;
	border-bottom-width: 1px;
	color: black;
	height: 20px;
	background-color: gainsboro;
	border-right-width: 1px;
}
.text
{
	font-size: 14px;
	font-weight: normal;
	color: black;
	background-color: #ffffff;
	text-align: right;
}
.value
{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	height: 20px;
	background-color: ghostwhite;
}
/*
.GridHeader
{
	font-weight: bold;
	color: black;
	height: 25px;
	background-color: #ffffff;
	text-align: center;
}
.GridItem
{
	height: 25px;
	background-color: whitesmoke;
	text-align: center;
}
.GridAlter
{
	background-color: #ffffff;
	text-align: center;
	height: 25px;
}
.separator
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	background-color: whitesmoke;
}
*/



