body {
	background-image:url(../images/bg2.jpg);
	background-repeat:repeat;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
}

#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 145px;
		display: block;
}
	
#unitippoint { 
		background: url(../images/TipPoint.png) no-repeat; 
		height: 19px; 
		overflow: hidden; 
}
	
#unitipmid { 
		background: url(../images/TipMid.png) repeat; 
		width: 115px;
		height: auto; 
		padding: 5px 15px;
}
	
#unitipcap { 
		background: url(../images/TipCap.png) no-repeat; 
		height: 7px; 
		overflow: hidden; 
}
	
.style1 {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.style11 {color: #F4ED09}
.style12 {
	color: #F3EE00;
	font-size: 15px;
}
.style6 {
	font-size: 20px;
}

.style7 {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial;
}
.style10 {
	color: #000000;
	font-size: 11px;
	font-family: Arial;
}
#top_tip {
	margin-top: 75px;
	text-align: center;
}
a{
	font-family:Arial;
	color: #00913e;
	text-decoration: underline;
	font-size: 11px;
}
a:hover{
	font-family:Arial;
	color: #00913e;
	text-decoration: none;
	font-size: 11px;
}
#bottom_tip {
	margin-top: 20px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

#conteudo {
	margin-top: 6px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
}
#texto {
	width: 305px;
	height: 120px;
	clear: both;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
#texto2 {
	width: 325px;
	height: 120px;
	clear: both;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
}
form {
	padding:0px;
	margin:0px;
}
.box {
	border:1px solid;
	border-color:#ccc;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	background-color: #ffffff;

}
.bot {
	border: none;
	font-family: Arial;
	font-size: 11px;
	color:#fff;
	cursor : pointer;
	background-color: #00913e;
}
.bordas_tabela {

  border: 1px solid #FCECDD;
  border-collapse: collapse;

}