.txt_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #747474;
	font-weight: bold;
}
.txt_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.txt_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 140px;
}
.button_input {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DC412E;
	background-color: #C9C7B2;
	border: 1px solid #FFFFFF;
}
.border_dotted {
	border: 1px dashed #9E9E9D;
}
.txt_small {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

