/*/////// DIVS ///////*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	caption-side: top;
	background-color: #ffffff;
	width: 100%;
	color: #4c5d99;
	line-height: 17px;
}

.wap {
	background-color: #e8eaf1;
}

p {
	margin: 3px;
}

.space {
	height: 3px;
}

a {
	font-size: 12px;
	color: #4c5d99;
	text-decoration: none;
	line-height: 17px;
}

a:hover {
	font-size: 12px;
	color: #4c5d99;
	text-decoration: underline;
	line-height: 17px;
}

table tr.red {
	background-color: #ffd3d3;
}

table tr.lightred {
	background-color: #fff2ef;
}

table tr.blue {
	background-color: #d7e7ff;
}

table tr.lightblue {
	background-color: #ebf3ff;
}

table tr.yellow {
	background-color: #ffffcb;
}

.textoBranco {
	font-size: 10px;
	color: #FFFFFF;
}

/*////// FORMS //////*/
select {
	font-size: 12px;
	color: #ffffff;
}

input,textarea { /*	font-size:11px;
	border:0px;
	background-color:#9bc7e0;	
	color:#000000;	*/
	font-size: 15px;
	color: #4c5d99;
	line-height: 17px;
}

form {
	margin: 0px;
}
