.txts {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left; /* For IE */
	}
	
.txtm {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}
	
a:link {
	color: #1D8EDC;
	text-decoration: none;
	}
	
a:visited {
	color: #78BEED;
	text-decoration: none;
	}

a:hover {
	color: #1D8EDC;
	text-decoration: none;
	}

.SectionTitle {
	font-family: 			Arial, Tahoma, sans-serif;
	font-size: 				11px;
	font-weight: 			bold;
	color: 					#000000;
	padding-right:			4px;
	padding-bottom:			2px;
}

.Field {
	font-family: 			Arial, Tahoma, sans-serif;
	font-size: 				11px;
	font-weight: 			normal;
	color: 					#000000;
	padding-right:			4px;
	padding-bottom:			2px;
}

.Verz_Thankyou {
	font-family: 			Arial, Tahoma, sans-serif;
	font-size: 				11px;
	font-weight: 			bold;
	color: 					#000000;
	padding-right:			4px;
	padding-bottom:			2px;
}

.ErrorMessage {
	font-family: 			Arial, Tahoma, sans-serif;
	font-size: 				11px;
	font-weight: 			normal;
	color: 					#FF6600;
	padding-right:			4px;
	padding-bottom:			2px;
}

.InputFieldShort {
	font-family: 			Arial, Tahoma, sans-serif;
	font-size: 				11px;
	font-weight: 			normal;
	width:					80px;
	height:					18px;
}

.InputFieldXxShort {
	font-family: 			Arial, Tahoma, sans-serif;
	font-size: 				11px;
	font-weight: 			normal;
	width:					20px;
	height:					18px;
}

.InputFieldXShort {
	font-family: 			Arial, Tahoma, sans-serif;
	font-size: 				11px;
	font-weight: 			normal;
	width:					50px;
	height:					18px;
}

.InputFieldMid {
	font-family: 			Arial, Tahoma, sans-serif;
	font-size: 				11px;
	font-weight: 			normal;
	width:					100px;
	height:					18px;
}

.InputField {
	font-family: 			Arial, Tahoma, sans-serif;
	font-size: 				11px;
	font-weight: 			normal;
	width:					200px;
	height:					18px;
}

.InputTextAreaSmall {
	font-family: 			Arial, Tahoma, sans-serif;
	font-size: 				11px;
	font-weight: 			normal;
	width:					300px;
	height:					100px;
}