body{
	font-family: sans-serif;
	font-size: 7pt;
	color: Black;
	overflow: hidden;
}
span{
	font-family: sans-serif;
	font-size: 7pt;
	color: Black;
}
.dynamicTitle{
 font-family: sans-serif;
	font-size: 7pt;  
	border: 1px outset #B5B5B5;
	background-color: #E2E2E2;
	text-align: center;
	text-shadow: #D1D1D1;
	-moz-border-radius: 5px;
	cursor: hand;
}
.dialog{
 font-family: sans-serif;
	font-size: 7pt;  
	border: 1px outset #B5B5B5;
	background-color: #E2E2E2;
	text-align: center;
	text-shadow: #D1D1D1;
	-moz-border-radius: 5px;
}
input{
 font-family: sans-serif;
 font-size: 7pt;
 border: thin groove;
}
th{
 font-family: sans-serif;
 font-size: 7pt;
 font-weight: bolder;
}
.label{
	background-color: #F7F7F7;
	color: #727272;
	font-family: sans-serif;
	font-size: 7pt;
	font-weight: bolder;
	text-align: left;
}
td{
 font-family: sans-serif;
 font-size: 7pt;
}
h2{
	width: 100%;
	background-color: #E7E7E7;
	font-family: sans-serif;
   font-size: 8pt;
   font-weight: bolder;
	color: Black;
	height: 30;
	padding-top: 8;

}
