.ITAL {
    FONT-STYLE: italic
}
.BOLDITAL {
    FONT-STYLE: italic;
    FONT-WEIGHT: bold
}
.BOLD {
    FONT-WEIGHT: bold
}
.UNDERSCORE {
    TEXT-DECORATION: underline
}
.SMALLCAPS {
    FONT-VARIANT: small-caps
}
.OVERSTRIKE {
    TEXT-DECORATION: line-through
}
.OVERBAR {
    TEXT-DECORATION: overline
}
.MARKER, .MARKER1 {
	z-order: -2;
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
.MARKER {
	position: relative;
	top: -25px;
	left: -12px;
}
.MARKER1 {
	position: absolute;
	top: 0px;
	left: 0px;
}
.DBLINK {
	cursor: hand;
	color: blue;
	text-decoration: underline;
}
DIV.FTNOTE {
	font-size: .8 em;
	text-align: left;
}
.NOTEID {
	font-size: .8 em;
	padding-right: 6 px;
}
.HOTNOTE {
	cursor: hand;
}
.POPUP {
	position: absolute;
	visibility: hidden;
	width: 360px;
	cursor: hand;
	border-style: solid;
	border-width: 1;
	border-top-width: 10;
	border-color: darkblue;
	background-color: white;
	padding: .5 em;
	padding-bottom: 0 em;
}
.SERVINFOSUB .TITLE {
	text-transform: uppercase;
}
.SUBTITLE {
	FONT-WEIGHT: bold;
}
.PARA, .LIST1ORDERED, .LIST1UNORDERED, .LIST2 {
	display: block;
	margin-left: 24 pt;
	margin-right: 24 pt;
	margin-bottom: .3 em;
	margin-top: .3 em;
}
THEAD {
	display: table-header-group;
	border-top-style: solid;
	border-top-width: 1px;
}
TABLE.TGROUP {
	border-collapse: collapse;
	table-layout: fixed;
}
TD.ENTRY {
	border-style: solid;
	border-width: 1px;
	border-color: black;
}
