<!--
a:link {text-decoration: none; color: #3A9CCD}
a:active {text-decoration: none; font-weight: bold; color: #3A9CCD}
a:visited {text-decoration: none;color: #3A9CCD}
a:hover {text-decoration: overline underline;color: #3A9CCD; font-weight: bold color: #3A9CCD}

.form {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	border: 1px solid #C0C0C0;
	background-color: #F5F5F5;
 }
body {

	background-attachment:fixed;
	background-repeat: repeat-x;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-height: 0px;
	margin-width: 0px;
 }

#noscript {
background:yellow url(img/layout/atencao.gif) no-repeat scroll 25px 20px;
border:7px dashed black;
color:black;
display:block;
left:25%;
padding:1em 2em 2em;
position:absolute;
text-align:center;
top:40%;
z-index:999;
}
-->