/* Default CSS Stylesheet for a new Web Application project */

body 
{
	font-family: Tahoma, Arial, Sans-Serif;
}

.formHeaderCell 
{
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.formDataCell 
{
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}

