.Form
{
	border-right: #5778b7 1px solid;
	border-top: #5778b7 1px solid;
	font-size: 10pt;
	border-left: #5778b7 1px solid;
	border-bottom: #5778b7 1px solid;
	background-color: #cad4e8;
	margin: 10px;
}

.ExternalForm
{
	border-right: #5778b7 1px solid;
	border-top: #5778b7 1px solid;
	font-size: 10pt;
	border-left: #5778b7 1px solid;
	border-bottom: #5778b7 1px solid;
	background-color: #cad4e8;
}

.FormHeading
{
	font-weight: bold;
	font-size: 15pt;
	color: #ffffff;
	background-color: #5778b7;
}

.SubForm
{
	border-right: #5778b7 1px solid;
	border-top: #5778b7 1px solid;
	font-size: 10pt;
	color: #000000;
	border-left: #5778b7 1px solid;
	border-bottom: #5778b7 1px solid;
	background-color: #cad4e8;
}

.SubformHeading
{
	font-weight: bold;
	font-size: 12pt;
	color: #ffffff;
	background-color: #5778b7;
}

.SubformHeadingSegment
{
	padding-left: 8px;
	padding-right: 8px;
	background-color: #5778b7;
}

.SubformHeadingChosenSegment
{
	padding-left: 8px;
	padding-right: 8px;
	background-color: #cad4e8;
}

.FieldHeading
{
	font-size: 10pt;
	font-weight: bold;
}

.LargeHeading
{
	font-weight: bold;
	font-size: 18pt;
}

.MediumHeading
{
	font-weight: bold;
	font-size: 15pt;
}

.SmallHeading
{
	font-weight: bold;
	font-size: 12pt;
}

.Button
{
	border-right: 1px outset;
	padding-right: 1px;
	border-top: 1px outset;
	padding-left: 1px;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	padding-bottom: 1px;
	border-left: 1px outset;
	padding-top: 1px;
	border-bottom: 1px outset;
}

.ButtonPressed
{
	border-right: 1px inset;
	padding-right: 1px;
	border-top: 1px inset;
	padding-left: 1px;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	padding-bottom: 1px;
	border-left: 1px inset;
	padding-top: 1px;
	border-bottom: 1px inset;
}

.SmallSquareButton
{
	border-right: 1px outset;
	border-top: 1px outset;
	border-left: 1px outset;
	width: 18px;
	border-bottom: 1px outset;
	height: 18px;
}

.SubformHeadingButton
{
	font-weight: bold;
	font-size: 12pt;
	color: #ffffff;
	background-color: #5778b7;
	text-decoration: none;
	cursor: default;
}

.SubformHeadingChosenButton
{
	font-weight: bold;
	font-size: 12pt;
	color: #5778b7;
	background-color: #cad4e8;
	text-decoration: none;
	cursor: default;
}

.Link
{
	color: #000000;
	text-decoration: underline;
}

.NoUnderlineLink
{
	color: #000000;
	text-decoration: none;
}

.Helplink
{
	color: #ffffff;
	font-weight: bold;
	font-size: 15pt;
	text-decoration: none;
}

.Text
{
	font-size: 10pt;
	font-family: Arial;
}

.Boldtext
{
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
}

.LinkGroup
{
	font-size: 12pt;
	font-weight: bold;
}

.LinkGroupLink
{
	color: #000000;
	font-size: 12pt;
	text-decoration: underline;
}

.Table
{
	font-size: 10pt;
	border-right: #5778b7 1px solid;
	border-top: #5778b7 1px solid;
	border-left: #5778b7 1px solid;
	border-bottom: #5778b7 1px solid;
	background-color: #bbddff;
}

.SelectedRow
{
	background-color: #ffeeee;
}

.HeadingRow
{
	font-weight: bold;
}

.TableCell
{
	border-bottom: #5778b7 1px solid;
}

.TableHeading
{
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #5778b7;
}