.menuitem
{
	font-weight: bold;
	font-size: 8pt;
	text-transform: capitalize;
	cursor: hand;
	color: gainsboro;
	font-family: Tahoma;
	text-align: center;
}

.menuitemnotactive
{
	font-size: 8pt;
	text-transform: capitalize;
	color: gainsboro;
	font-family: Tahoma;
	text-align: center;
}

.submenuitem
{
	font-size: 8pt;
	text-transform: capitalize;
	cursor: hand;
	color: black;
	font-family: Tahoma;
	text-align: center;
}

.submenuitemnonactive
{
	font-size: 8pt;
	text-transform: capitalize;
	color: black;
	font-family: Tahoma;
	text-align: center;
}

.Title
{
	font-size: 14pt;
	text-transform: capitalize;
	color: black;
	font-family: Tahoma;
	text-align: left;
}

.formheader
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Verdana;
	background-color: #333399;
}

.body
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
}

.boldbody
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
	font-weight: bold;
}

.subtitle
{
	font-size: 10pt;
	font-weight: bold;
	color: black;
	font-family: Verdana;
}

.fieldlabel
{
	font-weight: bold;
	font-size: 7pt;
	color: black;
	font-family: Verdana;
	background-color: lightblue;
}

.fieldlabelalternate
{
	font-weight: bold;
	font-size: 7pt;
	color: black;
	font-family: Verdana;
	background-color: lightpink;
}

.field
{
	font-size: 7pt;
	color: black;
	font-family: Verdana;
}

.button
{
	font-weight: normal;
	font-size: 7pt;
	color: black;
	font-family: Verdana;
	background-color: yellow;
}

.error
{
	font-weight: bold;
	font-size: 8pt;
	color: White;
	font-family: Verdana;
	background-color: Red;
}

.tableheader
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Verdana;
	background-color: black;
	text-align: center;
}

.tablerow
{
	font-weight: normal;
	font-size: 10px;
	color: blue;
	font-family: Verdana;
	background-color: white;
	text-align: left;
}

.tablealternaterow
{
	font-weight: normal;
	font-size: 10px;
	color: blue;
	font-family: Verdana;
	background-color: palegoldenrod;
	text-align: left;
}
