.text_normal {
	font-family: "MS Sans Serif", Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.text_link {
	font-family: "MS Sans Serif", Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;

}
.text_link a:link {
	font-family: "MS Sans Serif", Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;

}
.text_link a:hover {
	font-family: "MS Sans Serif", Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #CC3300;
	text-decoration: underline;

}
.text_link a:active {
	font-family: "MS Sans Serif", Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #CC3300;
}
.text_link a:visited {	font-family: "MS Sans Serif", Tahoma, Verdana;
font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.text_bold {
	font-family: "MS Sans Serif", Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.text-bold-blue {
	font-family: "MS Sans Serif", Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
}
.button-filed {	font-family: "MS Sans Serif", Tahoma, Verdana;
font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #313031;
	border-left-color: #CCCCCC;
	cursor: hand;
	height: 20px;
	background-position: center;

}
.button-field-input {	font-family: "MS Sans Serif", Tahoma, Verdana;
font-size: 14px;
	background-color: #FFFFFF;
	height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.bold-whitetext {	font-family: "MS Sans Serif", Tahoma, Verdana;
font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.line-doted {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
.purple_line {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #B57DCE;
}
.text-red-bold {
	font-family: "MS Sans Serif", Tahoma, Verdana;
	font-size: 14px;
	font-weight: bolder;
	color: #FF3300;
	text-decoration: none;
}
