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


html, body { height:100%; text-align:justify; }
body {background:url(../images/fundo.jpg) repeat-x;  background-color:#F0F5F7; }
body a { text-decoration:none;}
body a:hover { text-decoration:underline;}


td, input, textarea, select { font-family:Arial, sans-serif; font-size:11px; }
input[type='text'], input[type='password'], textarea, select {
	border:1px solid #DCE9EF; color:#0C4685; font-size:12px; padding:2px;
}
input[type='text'], input[type='password'], select { height:20px; }

input[type='submit'], input[type='reset'], input[type='button'] {
	background:url(../images/index_r5_c9.jpg) repeat-x; border:0px; color:#FFF; cursor:pointer;
}



form, body, ul, li { margin:0px; padding:0px; }
form, td, div, body, img { border:none; }


