@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image:url(fundo.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	padding-left: 10px;
}

body, th, td, li {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

h1 {
	font-size: 18px;
	border-bottom: dashed 1px #003399;
	margin-top: 0px;
	margin-bottom: 10px;
}


a:link,
a:active,
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #CC0000;
}

img{
	border: 0px;
}

