/* CSS Document */
.clolorRed {
	color: #F00;
}
.ColorGreen {
	color: #090;
}
.ColorGold {
	font-weight: bold;
	color: #F90;
}
.grayedOut {
	color: #999;
}
form {
}
.ColorGreen {
	color: #090;
}
.ColorGold {
	font-weight: bold;
	color: #F90;
}
.grayedOut {
	color: #999;
}
td {
	font-size: small;
	font-weight: bolder;
	empty-cells: hide;
}
form {
}
select {
	font-size: smaller;
	font-weight: bolder;
	font-style: normal;
	color: #603;
	border: thin solid #603;
	text-align: right;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
}
.select_deact {
	font-size: smaller;
	font-weight: bolder;
	font-style: normal;
	color: #999;
}
.select_deact_noshow {
	font-size: smaller;
	font-weight: normal;
	font-style: normal;
	color: #999;
	background-color: #D4FBFF;
	outline-color: #D4FBFF;
	border-color: #D4FBFF;
}
.outputBox_style {
	font-size: smaller;
	font-weight: bolder;
	font-style: oblique;
	color: #006;
	text-align: right;
}
.outputBox_style2 {
	font-size: smaller;
	font-weight: bolder;
	font-style: oblique;
	color: #006;
	text-align: center;
}
.outputBox_style3 {
	font-size: smaller;
	font-weight: bolder;
	font-style: oblique;
	color: #006;
	text-align: left;
	background-color: #FF6;
	border: thin solid #F00;
}
.tableHeading {
	color: #000093;
	font-size: large;
	border: thin solid #00C;
	background-color: #FF9;
}
.on_change {
	border: thin solid #F00;
}
.myTitle {
	font-size: xx-large;
	font-style: oblique;
	color: #F00;
}
