body
{
}
.BlueCanvas
{
	background-color:#191970;
}
.SearchBarCanvas
{
	background-color:#6C6CEB;
}
.SearchBarText
{
	color:White;
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;
	font-style:normal;
	cursor:default;
}
.CursorHand
{
	cursor:hand;
}
.HeaderText
{
	color:White;
	font-family:Verdana;
	font-size:24pt;
	font-weight:bold;
	font-style:normal;
	cursor:default;
}
.ContentText
{
	color:Black;
	font-family:Verdana;
	font-size:10pt;
	font-style:normal;
}
.ContentTextBold
{
	color:Black;
	font-family:Verdana;
	font-size:10pt;
	font-style:normal;
	font-weight:bold;
}
.AskingPrice
{
	color:Blue;
	font-family:Verdana;
	font-size:12pt;
	font-weight:bold;
	font-style:normal;
	text-decoration:underline;
}
.ContentTitle
{
	color:Black;
	font-family:Verdana;
	font-size:12pt;
	font-weight:bold;
	font-style:normal;
}
.InvalidControl
{
	background-color:#ff9999;
}
.requiredFieldText
{
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;
	font-style:normal;
	color:Red;
}
.ListBoxText
{
	color:Black;
	font-family:Verdana;
	font-size:10pt;
	font-style:normal;
}