a {
   text-decoration: underline; 
   color: black; 
}

a:hover {
   text-decoration: none; 
   color: orange; 
}


.link {
   text-decoration: underline; 
   font: normal 11px Verdana; 
   color: black; 
}

.linkprint   {
   text-decoration: underline; 
   font: normal 10px Verdana; 
   color: black; 
}

.link:hover, .linkprint:hover  {
   text-decoration: none; 
   color: orange; 
}

.linkmenu  {
   font: normal 11px Verdana; 
   color: #FFFFFF; 
   text-decoration: none; 
}

.linkmenu:hover  {
   color: darkorange; 
}

.linktarefa  {
   text-decoration: underline; 
   font: normal 11px Verdana; 
   color: black; 
}

.linktarefa:hover  {
   text-decoration: none; 
   color: darkorange; 
}

.normal { 
   font: normal 11px Verdana; 
   color: black;
}

.tarefa { 
   font: normal 11px Verdana; 
   color: black;
}

.titulo { 
   font: bold 11px Verdana; 
   color: black;
}

.menu  {
   font: normal 8px Verdana; 
   text-align: middle;
   color: #004262; 
}

p, body  {
	font-family : Verdana;
	font-size : 11px;
	background : White;
}

td  {
	font-family : Verdana;
	font-size : 11px;
}

input, select, option  {
	border-color : #666666;
	border-width : 1px;
	border-style : solid;
	font-family : Verdana;
	font-size : 11px;
	padding : 2 2 2 2;
	height : 20px;
	background-color: #FFFFFF; 
}

input.btn  {
	height : 25px;
	background-color: #DDDDDD; 
}

input.check  {
	border-width : 0px;
	background-color: #F5F5F5; 
}

input.checkF  {
	border-width : 0px;
	background-color: #FFFFFF; 
}

textarea  {
	border-color : #666666;
	border-width : 1px;
	border-style : solid;
	font-family : Verdana;
	font-size : 11px;
	padding : 2 2 2 2;
}


li.1  {
	font-family : Verdana;
	font-size : 11 px;
	list-style-type : square;
	list-style : square;
	overflow : clip;
}

li  {
	font-family : Verdana;
	font-size : 11 px;
	padding : 0;
}

img {	border: 0; }