select {
	background-color: #D8DFEE;
  color: #000000;
  border: 1px solid #000000;
}

.tableHead {
	background-color: #D8DFEE;
	color: #00285A;
	font-size: 10px;
	font-weight: bold;
	height: 18px;
	padding-top:4px;
}

.tableHead td {
	color: #00285A;
  font-size: 10px;
	font-weight: bold;
}

.tableHead a {
	color: #00285A;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.fbig{
	font-size:12px;
}
.fbold {
	font-weight: bold;
}
.fred {
	color: #ff0000;
}
.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}
.w-nowr{
	white-space:nowrap;
}
.inpTxt{
	background-color: #ffffff;
	border: solid 1px black;
	font-family: verdana;
	font-size: 10px;
}
.w150 {
	width: 150px;
}
.w80 {
	width: 80px;
}
