.body {
	padding-top:20px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	margin:0px;
	background-image:url(../_img/bkgFundo.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.bodyIframe {
	background-color:#f0f0f0;
	margin:0px;
	padding:0px;	
}

.input01 {
	font-family:"Trebuchet MS";
	border:1px solid #bec6cd;
	color:#333333;
	font-size:10px;
}

.input02 {
	font-family:"Trebuchet MS";
	border:1px solid #bec6cd;
	color:#333333;
	font-size:10px;
}

.txt01 {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#333333;
}
.txt02 {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000000;
}
.txt03 {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#666666;
}
.txt04 {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#343434;
}
.txt05 {
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#616161;
}
.txt06 {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#616161;
}
.txt07 {
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#010101;
}
.txt08 {
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#000000;
}
.txt09 {
	font-family:"Trebuchet MS";
	font-size:32px;
	color:#363636;
}

.lnk01:link {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#333333;
	text-decoration:none;
}
.lnk01:visited {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#333333;
	text-decoration:none;
}
.lnk01:hover {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#333333;
	text-decoration:underline;
}

#CHATBOX
{
   width: 377px;
   height: 255px;
   overflow: Auto;
   border:1px solid #bec6cd;
   background-color:#FFFFFF;
   padding:10px;
}
#MSG
{
   position: Absolute;
   visibility:hidden;
   
}
