body{
	margin: 0px;
	font-family: Arial, verdana;
	color: #4A4A4A;
	font-size: 10px;
	background-color:#C2DAEA;
}
.bg{background-image: url(img/bg.gif);}
table{
	font-size: 11px;
	color:#69696A;
}
.tabela{
background-image:url(img/bg.gif);
background-repeat:repeat-y;
background-position:center;}
.img{
border:1px solid gray;}
.texto{
	font-size: 11px;
}
.titulo{
	font-weight: bold;
	font-size:14px;
	color: #d09d02;
}

.campos{
	color: #296FA2;
	font-family: Arial;
	background-color: #C5D9E8;
	height: 15px;
	border: 1px solid #296FA2;
	font-size: 11px;
}
.textarea{
	font-family: Arial;
	color: #296FA2;
	background-color: #C5D9E8;
	border: 1px solid #296FA2;
	font-size: 11px;
}
a:link{ 	color:  gray; 	text-decoration: none; }
a:hover{  	color: #296FA2; 	text-decoration: underline; }
a:visited{ 	color: #cccccc; 	text-decoration: none;}
a:visited:hover{ 	color: #296FA2; 	text-decoration: underline;}
a:active{  	color: gray; 	text-decoration: underline;}

a.menu:link{ 	color:  #296FA2; 	text-decoration: none; }
a.menu:hover{  	color: #296FA2; 	text-decoration: none; font-weight:bold; }
a.menu:visited{ 	color: #666666; 	text-decoration: none;}
a.menu:visited:hover{ 	color: #296FA2; 	text-decoration: none; font-weight:bold;}
a.menu:active{  	color: red; 	text-decoration: none;}

