body {
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(../images/bg_site.gif);
	background-attachment: fixed;
}

td{
	font-family: verdana, arial, Times, serif;
	font-size: 10px;
	border: none;
	list-style: none;
	color: #6d6d6d;
}



/******** SITE  BG CHITA ********/
.bgChita{
	background-image: url(../images/bg_chita.gif);
	background-repeat: no-repeat;
	background-color: #000000;
}


/******** Jobs ********/ 
.Jobs{
	background-image: url(../images/bg_box.png);
}

.Jobs a{
	line-height: 2.2em;
	color: #530C37;
	text-decoration: none; 
	font-weight: bold;	
}

.Jobs a:hover{
	color: #ED008C;
	text-decoration: underline;
}

/******** News ********/ 
h3 {
	font-size: 12px;
	color: #afca89;	
}

h2 {
	font-size: 10px;
	color: #405043;
	font-weight: lighter;	
}


.News{
	background-image: url(../images/bg_box.png);
}

.News a{
	line-height: 2.2em;
	color: #afca89;
	font-size: 9px;
	text-decoration: none; 
	font-weight: bold;	
}

.News a:hover{
	color: #78ca62;
	font-size: 9px;	
	text-decoration: underline;
}


/*********************** Formulário ***********************/
input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	background-color: #232323;
	border: 1px solid #000;
	height: 18px;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	background-color: #232323;
	border: 1px solid #000;
}