body {
	margin: 0px;
}
.tag {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #666666;
	font-size: 9px;
	line-height: 1.2em;
}
.boldbody {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
}
.signoff {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #336699;
	font-size: 11px;
	line-height: 1.2em;
}
.login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #336699;
	color: #FFFFFF;
	padding: 2px;
}
a.login {
	color: #FFFFFF;
	text-decoration: none;
}
a.login:hover {
	color: #FFCC00;
	text-decoration: underline;
}
.clear {
	background-image: url(/img/_.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}
.yellow {
	color: #FFCC00;
}
.orange {
	color: #FF6600;
}
.green {
	color: #669933;
}
.blue {
	color: #336699;
}
.cyan {
	color: #0099CC;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.menuY {
	background-color: #FFCC00;
	color: #333333;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
.menuO {
	background-color: #FF6600;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
.menuG {
	background-color: #669933;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
.menuB {
	background-color: #336699;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
.menuC /* select / hilight color */ {
	background-color: #0099CC;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
.body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 1.2em;
}
h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.2em;
}
.h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
}
h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.2em;
}
.h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
}
h3 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
}
.h3 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
}
.tableC {
	border: 1px solid #0099CC;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
}
.inputBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	text-decoration: none;
}

.tableYHead {
	background: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.tableYLabel {
	background: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
.tableYBody {
	background: #FFF2BF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* context help */
a.glossaryTerm, a.glossaryTerm:link, a.glossaryTerm:visited {
	border-bottom: 1px dotted #027FC2;
	color: #282828;
	text-decoration: none;
	cursor: help;
}
a.glossaryTerm:hover {
	border-bottom: 1px solid #027FC2;
}
th a.glossaryTerm, th a.glossaryTerm:link, th a.glossaryTerm:visited {
	border-bottom: 1px dotted #FFFFFF;
	color: #FFFFFF;
}
th a.glossaryTerm:hover {
	border-bottom: 1px solid #FFFFFF;
}

/* tabular data */
.dataQuantity, .dataQuantityNegative {
	text-align: right;
}
.dataQuantityNegative {
	color: #A30A0D;
}
.textInfo {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.6em;
	color: #1D239A; 
}

/* fancy form buttons */
button {
	margin-top: 0px;
	padding: 1px 5px 4px 8px; /* text within button */
	border: none;
	color: #FFFFFF;
	background: url(/img/button/buttonSecondary.gif) no-repeat top left;
	font: bold 12px Arial, Helvetica, Verdana, sans-serif;
	height: 18px;
	overflow: visible;
	cursor: pointer;
}
span.button {
	padding-right: 3px;
	float: left;
	display: block;
	background: url(/img/button/buttonSecondaryRt.gif) no-repeat top right;
	height: 18px;
	overflow: visible;
}
button.action {
	padding-left: 25px; /* space for arrow */
	margin-top: 0px;
	background: url(/img/button/buttonPrimary.gif) no-repeat top left;
	padding-bottom: 4px;
	padding-top: 1px;
}
span.action {
	padding-right: 3px;
	float: left;
	padding-top: 0px;
	display: block;
	background: url(/img/button/buttonPrimaryRt.gif) no-repeat top right;
	font-size: 1.2em;
	text-transform: uppercase;
	height: 18px;
	vertical-align: top;
	overflow: visible;
}
.buttonContainer {
/*	float: right; */
	padding: 5px;
	clear: both;
/*	text-align: right; */
}
.buttonContainer span.action, .buttonContainer span.button {
	margin: 5px; /* was 10px */
}

.buttonContainerSmall {
	padding: 0px 0px;
	margin-left: 5px;
}
button.small {
	padding: 0px 5px 3px 8px; /* text within button */
	border: 0px none #FFFFFF;
	margin-top: 0px;
	color: #FFFFFF;
	background: url(/img/button/buttonSecondarySmall.gif) no-repeat top left;
	font-size: 11px;
	font-weight: 900;
	height: 15px;
	overflow: visible;
	cursor: pointer;
}
span.small {
	padding-right: 3px;
	float: left;
/*	margin-right: 3px; */
	background: url(/img/button/buttonSecondarySmallRt.gif) no-repeat top right;
	height: 15px;
}
button.smallAction {
	padding: 0px 5px 3px 18px; /* text within button */
	margin-top: 0px;
	margin-right: 3px;
	background: url(/img/button/buttonPrimarySmall.gif) no-repeat top left;
	font-size: 11px;
	font-weight: 900;
	height: 15px;
}
span.smallAction {
	padding-right: 3px;
	float: left;
	background: url(/img/button/buttonPrimarySmallRt.gif) no-repeat top right;
	text-transform: uppercase;
	height: 15px;
}
button.nonAction {
	border: none;
	padding: 0 0 0 12px;
	margin-right: 15px;
	background: transparent url(/img/button/linkSecondary.gif) no-repeat 0px 4px;
	color: #0b6997;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: capitalize;
}
