body {
	margin: 0px;
	padding: 0px;
	background-color: #F0F0F0;
}
.text-gray {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #818181;
}
.text-white {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.text-green {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #008B1D;
}
.text-violet {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #69007D;
}
.text-orange {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #FF5700;
}
.text-red {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.link {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #818181;
	text-decoration: none;
}
.link:hover {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.link-red {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.link-red:hover {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
.link-underline {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #818181;
	text-decoration: underline;
}
.link-underline:hover {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.link-underline-green {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #008B1D;
	text-decoration: underline;
}
.link-underline-green:hover {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.link-underline-violet {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #69007D;
	text-decoration: underline;
}
.link-underline-violet:hover {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.link-underline-orange {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #FF5700;
	text-decoration: underline;
}
.link-underline-orange:hover {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.text-field {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #818181;
}
.button {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	background-color: #F0F0F0;
	border: 1px solid #A5ACB2;
}.text-cyan {

	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #0033CC;
}
.link-underline-cyan {

	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #0033FF;
	text-decoration: underline;
}
