/* Default CSS Stylesheet for a new Web Application project */

.PageHeader
{
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;	
}

.PageLabel
{
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
	vertical-align: baseline;
}

.PageField
{
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
	vertical-align: baseline;
}

.PagePanel
{
	border-style:solid;
	border-width:1px;
	border-color:#2e5ba4;
}

.PageBorder
{
	color: White;
	font-size: 10pt;
	font-weight: bold;
	background-color: #2e5ba4;
	text-align: left;
}
