/* CSS Document */

body {
background-image: url(textura.jpg);
background-attachment: scroll;
background-position: center bottom;
background-repeat: repeat-x repeat-y; 
}

.masterTable
{
background-image: url(fondo.jpg);
background-position: center bottom;
height: 768px;
width: 1024px;
background-repeat: no-repeat;
}

.text
{
 font-family: verdana, arial;
 font-size: large;
 font-style: italic;
}

.text1
{
 font-family: verdana;
 font-size: 13;
 font-style: italic;
}

.text2
{
 font-family:verdana;
 font-size:14;
}

.dataTable
{
 font: normal normal normal x-small normal @Arial Unicode MS;
}

.formText
{
 font: normal normal normal x-small normal verdana;
}