body {
	background-color: #FF7611;
	background-image: url(../images/bg-orange.jpg);
	background-repeat: repeat-x;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.text a:link {
	color: #FF7611;
	text-decoration: none;
}
.text a:visited {
	color: #FF5102;
	text-decoration: none;
}
.text a:hover {
	color: #FF5102;
}
.text a:active {
	color: #FF7611;
	text-decoration: none;
}
a:link {
	color: #FF7611;
	text-decoration: none;
}
a:visited {
	color: #FF5102;
	text-decoration: none;
}
a:hover {
	color: #FF5102;
}
a:active {
	color: #FF7611;
	text-decoration: none;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #ff5102;
	text-decoration: none;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
