/* CSS Document */
html {
     overflow: -moz-scrollbars-vertical;
	 overflow-x:hidden;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../imagem/bg.jpg);
	background-repeat:repeat-x;
}
body,tr,td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
form{
	margin:0px;
}
a:link {
	text-decoration: none;
	color:#666666;
	border:none;
}
a:visited {
	text-decoration: none;
	color:#999999;
}
a:hover {
	text-decoration: underline;
	color:#999999;
}
a:active {
	text-decoration: none;
}

p {
 margin:0px;
 margin-bottom:8px;
}
img {
	border:none;
}