body td {
		font-family:tahoma;
		font-size:8pt;
	}

.standardText {
	font-family:tahoma;
	font-size:8pt;
	}
	
.redtext {
			color:red;
		}
		
.textError {
		color:red;
	}

.textfield {
		background-color:#fff;
		border:1px solid #333;
		font-family:tahoma;
		font-size:8pt;
		color:#333;
			}
		
.textfieldERROR {
		background-color:#ff3333;
		border:1px solid #333;
		font-family:tahoma;
		font-size:8pt;
		color:white;
			}

