/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

.inputP1
{
	font-weight: bold;
	font-size: 8pt;
	background: ivory;
	color: black;
}

.lbl
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
}