/* GERAL CSS */

body {
	background-image: url(http://www.deltur.com.br/imgs/fundo.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.fundo {
background-image: url("http://www.deltur.com.br/imgs/topo.jpg");
background-position:top;
background-attachment:no-fixed;
background-repeat:no-repeat;
}
.bg{
background-position:right;
background-position:top;
}
.Fonte10{
    FONT-SIZE: 10px;
    COLOR: #666666;
}