body {
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.text-normal-black {
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	color: #000000;
}
.text-normal-white {
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	color: #FFFFFF;
}
.text-normal-red {
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	color: #FF0000;
}
.text-normal-orange {
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	color: #FF3300;
}
.text-normal-green {
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	color: #00CC00;
}
.text-big-red {
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 14px;
	color: #FF0000;
}
.button {
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	background-color: #FFCCCC;
	border: 1px solid #FF3300;
	height: 30px;
}
