@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/appnew_03.jpg);
	background-position:top;
	background-repeat: repeat-x;
	background-color: #e4edc8;
}
.textboxes  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color:#333333;
	text-indent: 2px;
	border: 1px solid #b0b0b0;
	background-image: url(images/fundotextbox.png);
	background-position: 0px 0px;
}
A.menu:link { font-family:"Trebuchet MS"; font-size:12px; color: #FFFFFF; text-decoration:none; font-weight:bold; }
A.menu:visited { font-family:"Trebuchet MS"; font-size:12; color:#ffffff; text-decoration:none; font-weight:bold; }
A.menu:hover { font-family:"Trebuchet MS"; font-size:12px; color: #FFFFFF; text-decoration:underline; font-weight:bold; }
A.menu:active { font-family:"Trebuchet MS"; font-size:12px; color: #00FF00; text-decoration:underline; font-weight:bold; }
A.menu2:link { font-family:"Trebuchet MS"; font-size:10px; color: #FFFFFF; text-decoration:none; font-weight:normal; }
A.menu2:visited { font-family:"Trebuchet MS"; font-size:10px; color: #FFFFFF; text-decoration:none; font-weight:normal; }
A.menu2:hover { font-family:"Trebuchet MS"; font-size:10px; color: #FFFFFF; text-decoration:underline; font-weight:normal; }
A.menu2:active {  font-family:"Trebuchet MS"; font-size:10px; color: #00FF00; text-decoration:underline; font-weight:normal; } 


A.login:link{ text-decoration:none; color:#000000; }
A.login:visited { text-decoration:none; color:#000000; }
A.login:hover{ text-decoration:underline; color:#000000; }
A.login:active{ text-decoration:underline; color:#000000; }
A.right:link{ text-decoration:none; color:#7ca804; }
A.right:visited{ text-decoration:none; color:#7ca804; }
A.right:hover{ text-decoration:underline; color:#7ca804; }
A.right:active{ text-decoration:underline; color:#7ca804; }

A:link{ text-decoration:none; color:#7ca804; }
A:visited{ text-decoration:none; color:#7ca804; }
A:hover{ text-decoration:underline; color:#7ca804; }
A:active{ text-decoration:underline; color:#7ca804; }

#coolmenu{
border: 0px solid black;
width: 246px;
}

#coolmenu a{
font: bold 12px Trebuchet MS;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: black;
text-decoration: none;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color:#F4F8DF;
}

.titulos {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#608000;
	text-decoration:none;
}
.titulospagina {
	font-family:"Trebuchet MS";
	font-size:18px;
	font-weight:bold;
	color:#5da227;
	text-decoration:none;
}
.textos {
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
}
.bordinhas {	border: 1px solid #5DA227;
}