@charset "iso-8859-1";
.job {
	background-image: url(../images/job.png);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	height: 23px;
	border: 1px solid #E1E1E1;
}
/* CSS Document */
.style {
	font-family: Tahoma, verdana, Arial;
	font-size: 11px;
	color: #596468;
}


.orange {
	font-family: Tahoma, verdana, Arial;
	font-size: 12px;
	color: #AECA80;
	font-weight: bold;
}
.white {

	font-family: Tahoma, verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
}

a:link {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #94B764;
	font-weight: bold;
}
a.btn {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
a.btn:hover {
	font-weight: bold;
	color: #9C0;
	text-decoration: none;
}
a:active {
}
