/* CSS Document */

/* MAIN */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5c6f7c;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited, a:active {
	color: #5c6f7c;
	text-decoration:none
}
a:hover {
    color: #a9a18c; /*6d6e71*/
	text-decoration:underline;
}

a.selected, a.selected:hover, a.selected:visited, a.selected:active { color: #a9a18c; }

/* TEXT */

.txt_lightcolor {color: #a9a18c;}

.txt_imgboxes { font-size:9px; }

.txt_white { color:#FFFFFF;}

/* FORMS */

input {
background-color:#f0f0f0;
border: 0px;
font-size:10px;
color:#000000;
}
select {
background-color:#f0f0f0;
border: 0px;
font-size:10px;
color:#000000;
}
.formdates { width:20px; }
.formyear { width:30px; }
.formquartos { width:80px; }
.formdados { width:120px; }

/* LINKS */

a.linkres, a.linkres:visited, a.linkres:active {
color:#FFFFFF;
text-decoration:none
 }
a.linkres:hover {
text-decoration:underline}
