body {
	font-family: Arial, Helvetica, sans-serif, MS PƒSƒVƒbƒN;
	font-size: 12px;
	background-color: #FFFFFF;
}
td {
	font-size: 12px;
}
.text-12-white {
	font-size: 12px;
	color: #FFFFFF;
}
.text-18-white {
	font-size: 18px;
	color: #FFFFFF;
}
a {
	color: #FF9933;
	text-decoration: none;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;

}
.text-18-black {
	font-size: 18px;
	color: #000000;
}
.bold-18-white {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.bold-18-black {

	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
