@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
}
body {
	background: #fff url(bg.png) repeat-x top;
	margin: 10px;
}

h1,h2,h3,h4,h5,h6 { font-family: Tahoma, Geneva, sans-serif; color: #333; font-weight:normal; }
h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 10px; }
h6 { font-size:  9px; }

a:link, a:hover, a:active, a:visited{ text-decoration:none; color:#000 ; }
a:hover{ text-decoration:underline; }


.observacao { font-size: 10px; color:#999; }

