@charset "windows-1250";
/* CSS Document */
body {
margin:0px;
padding:0px;
background-image: url(images/backcolor.jpg);
background-repeat:repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
p{
text-align: justify;
margin:20px;
}
a:link {
	color: #000000;
	text-decoration:none;
	}
a:visited {
    color: #000000;
	text-decoration:none;
	}
a:hover {
	color: #990000;
	text-decoration: none;
	}
a:active{
	color: #000000;
	text-decoration:none;
	}

.table_head{
background-image:url(images/backhead_1.jpg);
background-repeat:repeat-x;
background-position:bottom;
height:35px;
}
.table_logo{
background-image:url(images/backhead_2.jpg);
background-repeat:repeat-x;
height:90px;
}

.table_main{
background-image: url(images/backmain.jpg);
background-repeat:repeat-x;
}

.text {
font-size: 12px;
text-align:left;
padding-left:15px;
padding-right:10px;
text-align: justify;
}
.inside {
margin-left:auto;
margin-right:auto;
width:890px;
}
.tabelaVirtual{
margin-left:15px;
margin-right:15px;
}





/*foot*/

.table_foot{
background-image: url(images/backfoot.jpg);
background-repeat:repeat-x;
background-color:#a70406;
height:50px;
}
.textfoot{
font-size: 10px;
color:#f0ede3;
margin-top:5px;
}
.textfoot a:link{
font-size: 10px;
color:#f0ede3;
margin-top:5px;
}
.textfoot a:visited{
font-size: 10px;
color: #f0ede3;
margin-top:5px;
}
.textfoot a:hover{
font-size: 10px;
color: #FF6600;
margin-top:5px;
}


