/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;	
	margin-bottom: 0px;
}

.tabelasite
{
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-attachment:fixed;
}

.tabelainnersite
{
	background-color:#FFFFFF;
}

body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;	
}
a:link {
	color: #111111;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #111111;
}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}
a:active {
	text-decoration: none;
	color: #111111;
}


select,
textarea,
input[type="text"],
input[type="password"] {
	margin: 0;
	background: #FFF;
	border: 1px solid #CCC;
	color: #CC3333;
	font-weight:bold;
}
select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover {
	border: 1px solid #808080;
}
