* html img {
filter:expression(
this.alphaxLoaded ? "" :
(
this.src.substr(this.src.length-4)==".png"
?
(
(!this.complete)
? "" :
this.runtimeStyle.filter=
("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
String(this.alphaxLoaded=true).substr(0,0)+
(this.src="img/blank.png").substr(0,0)
)
:
this.runtimeStyle.filter=""
)
);
}

a{
	border:0px;
}

body {
	margin:0px;
}

form {
height:290px;
margin:0px;
}

input{
	height:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

table{
	background-repeat:no-repeat;
}

.content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#000000;
	text-align:left;
}

.copy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:bold;
}

.copy a:link, .copy a:visited, .copy a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0000FF;
	text-decoration:underline
}

.copy a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.fundo {
	background-image: url(../img/pixel_white75.png);
	background-repeat:repeat;
}

.menu{
	background-image: url(../img/pixel_white75.png);
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	line-height:24px;
}

.menu a:link, a:visited, a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
}

.menu a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#00A1ED;
}

.tablecontent{
	height:290px;
}
.tablemain{
	height:598px;
	background-image:url(../img/bg2.jpg);
}

.tabletop{
	height:140px;
	background-image:url(../img/bg1.jpg);
}

.title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:19px;
	color:#000000;
	text-align:left;
	width:460px;
	height:20px;
}




.txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#000000;
	text-align:left;
}



