a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

span.pagebanner {
	color: #666666;
	width: 100%;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
}

span.pagelinks {
	color: #666666;
	width: 100%;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	text-align: left;
}

th.sorted {
	background-image: url(../images/bgtable3.gif);
}

.headtable {
	color: black;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/bgtable3.gif);

}

.headblack14b {
	color: black;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.blue14 {
	color: blue;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
}

.blue14b {
	color: blue;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.blue14l {
	color: #96A7FF;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
}

.blue14bl {
	color: #96A7FF;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.black14 {
	color: black;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
}

.black14b {
	color: black;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.bgred14 {
	color: black;
	background-color: #ffb1b1;
}

.red14 {
	color: red;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
}

.red14b {
	color: red;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.gray14 {
	color: #333333;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
}

.goldmenu{
	color: #A89960;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
}

.red{
	color: #FF0000;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
}

.gold14 {
	background: #D6D0AB;
	border: #D6D0AB;
}

.gray12 {
	color: #666666;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
}

.gray14b {
	color: #666666;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.gray18b {
	color: #666666;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.gray14bInput {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	color: #666666;
	border: 0px #FFFFFF solid;
	background: 0px #FFFFFF solid;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
.textField{
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	background: #FFFFFF;
}

.readOnlyDecimalField {
	color: black;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	text-align: right;
	width: 100px;
	background: #EBEADC;
}

.inputDecimalField {
	color: black;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	text-align: right;
	width: 100px;
	background: #FFFFFF;
	list-style-type: decimal;
}

.inputTextField {
	color: black;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	text-align: left;
	width: 150px;
	background: #FFFFFF;
}

.inputSelectField {
	color: black;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	background: #FFFFFF;
}

.inputInvalidDecimalField {
	color: black;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	text-align: right;
	width: 100px;
	background: #FFB1B1;
}

select{	
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	size: 1;
	background-color: #FFFFFF;
	border: 1px;
	border-style: solid;
	border-color: #FF0000;
}

input {
	border: 1px solid AA9B62;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;

}

.input {
	border: none; 
	background-color: #F5F3EA;
}

.readOnlyField {
	color: black;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	background: #EBEADC;
}

.tdNowrap{
	nowrap: true;
}
border {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
