@charset "ISO-8859-1";
/* CSS Document */

* {
	margin: 0;
	padding: 0;

}
body {
    margin:0;
	padding:0;
}

img {
	border:none;
}
td{ font-size:12px;
    font-family:'Century Gothic',Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#003366;
}

a{ text-decoration:none;   color:#003366;
}
a link:hover{ text-decoration:none; 	color:#003366;	
}
a link:visited{ text-decoration:none;	color:#003366;
}

input{ font-size:12px;
    font-family:'Century Gothic',Arial, Helvetica, sans-serif;
	color:#000000;
	border:1px;
	border:#CCC;
}
botaoform{ font-size:12px;
    font-family:'Century Gothic',Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#E2F8FE;
	border:1;
}