/*
	CSS para o telas que rodam por dentro do iframe
*/

* 			{ font:11px "Trebuchet MS", Arial; color:#328925;  }

body 		{ margin:0; background:#ececed; }

form 		{ margin:0; padding:0; }

b,strong 	{ font-weight:bold; }

a:link		{ text-decoration:underline; color:#8bb110; }
a:active	{ text-decoration:underline; }
a:visited	{ text-decoration:underline; color:#8bb110; }
a:hover		{ text-decoration:none; }

.botao 		{ background:#97be0d; color:#398c25; font-weight:bold; border:none; }

.form 		{ background:#fff; color:#000; border:none; }

	