
.BigTitle
{
	font-weight: bold;
	font-size: 24pt;
	color: black;
	font-family: Verdana;
}
.Title
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: Verdana;
}

.WhiteTitle
{
	font-weight: bold;
	font-size: 12pt;
	color: white;
	font-family: Verdana;
}

.WhiteText
{
	font-weight: normal;
	font-size: 10pt;
	color: white;
	font-family: Verdana;
}

.StewartSubTitle
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Verdana;
}

.Main
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Verdana;
}

.MainBold
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana;
}

.Input
{
	border-right: lightsteelblue 1px inset;
	border-top: lightsteelblue 1px inset;
	font-weight: normal;
	font-size: 7pt;
	border-left: lightsteelblue 1px inset;
	color: black;
	border-bottom: lightsteelblue 1px inset;
	font-family: Verdana;
	z-index: 0;
}
.RedText
{
	color: Red;
}

.Notes
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Arial;
}

hr.full
{
	color: black;
	margin: 10px 0px 10px 0px;
	height: 1px;
}

hr.90percent
{
	color: gray;
	margin: 5px 25px 5px 25px;
	height: 1px;
}

hr.90percentVert
{
	color: gray;
	margin: 0px 5px 0px 5px;
	height: 275px;
	width: 1px;
}

.labeltext
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: Navy;
}

.LabelValue
{
	font-weight: bold;
	font-size: 9pt;
	color: #333333;
	font-family: Verdana;
}

.inputbox
{
	width: 150px;
	border: solid 1px gray;
	font-size: 11px;
	padding-left: 3px;
	color: #333333;
}
.Borders
{
	border: solid 1px black;
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Verdana;
}
.AddressBlock
{
	width: 100%;
}
.BorderB
{
	border-bottom: solid 1px gray;
	background-color: #eeeeee;
}
.ButtonStyle
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#efefeb);
	background-color: #efefeb;
	cursor: hand;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid Gray;
	width: 100px;
}
.PageTitle
{
	padding-left: 10px;
	font-weight: bold;
	font-size: 15px;
	word-spacing: 3px;
	vertical-align: middle;
	color: #555555;
	border-bottom: gray 1px solid;
	font-family: arial;
	background-color: #b4c7ee;
	cursor: default;
}

a.tooltipst
{
	position: relative; /*this is the key*/
	z-index: 24;
	background-color: none;
	text-decoration: none;
}

a.tooltipst:hover
{
	z-index: 24;
	background-color: White;
	color: #efb52e;
	text-decoration: none;
}

a.tooltipst span
{
	display: none;
}

a.tooltipst:hover span
{
	border-right: gray 1px solid;
	padding-right: 3px;
	border-top: gray 1px solid;
	display: block;
	padding-left: 3px;
	left: 0em;
	padding-bottom: 3px;
	border-left: gray 1px solid;
	width: 40em;
	color: #555555;
	padding-top: 3px;
	border-bottom: gray 1px solid;
	position: absolute;
	top: 2em;
	background-color: #efb52e;
	text-align: left;
	z-index: 24;
}

.main_txt, .main_txt a, .main_txt a:visited
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: Navy;
}

.main_txt a:hover
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: Navy;
	text-decoration: underline;
}