.FormHeader
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: black;
}
.FormTitle
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: black;
}
.FormBody
{
	font-family: Arial;
	font-size: 12px;
	color: black;
	font-weight: normal;
}

.Textbox
{
	border-style: inset;
	border-width: 1px;
	font-size: 12px;
	font-family: Arial;
	background-color: whitesmoke;
}
.Listbox
{
	border-style: inset;
	border-width: 1px;
	font-size: 12px;
	font-family: Arial;
	background-color: whitesmoke;
}
.Dropdown
{
	border-style: inset;
	border-width: 1px;
	font-size: 12px;
	font-family: Arial;
	background-color: whitesmoke;
}
.GridHeader
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: Black;
}
.Item
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: Black;
	background-color: White;
}
.Item A
{
	color: Blue;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}
.Item A:hover
{
	color: Blue;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}
.Item A:visited
{
	color: Navy;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}
.AltItem
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	background-color: #F7F7F7;
	color: Black;
}
.AltItem A
{
	color: Blue;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}
.AltItem A:hover
{
	color: Blue;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}
.AltItem A:visited
{
	color: Navy;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}
.GridHeader A
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}
.GridHeader A:hover
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}
.Error
{
	color: #990000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.Borders
{
	border-left: outset 2px black;
	border-right: outset 2px black;
}
.TableBorders
{
	border-left: solid 2px black;
	border-right: solid 2px black;
	border-top: solid 2px black;
	border-bottom: solid 2px black;
}

