/* ------------ Fonte -------------- */
p, a, body, td, tr, div {
font-style: tahoma;
font-weight: tahoma;
font-size: 11px;
color: #f146b7;
font-family: tahoma;
line-height: 11px;
cursor: url ("");
} 


/* ----------------- Link ------------------- */
a, a:link{
color: #d95681; height:0px; 
border-bottom: 0px dotted none;
font-family: tahoma;
font-size: 11px;
cursor: w-resize;
background: f6f5f1;
TEXT-DECORATION: none;
}
a:hover {
color: #d16daf;
border-bottom: 1px dotted none;
font-family: tahoma;
font-size: 11px;
cursor: w-resize;
background: f6f5f1;
TEXT-DECORATION: none;
}

/* ----------------- Estilos ---------------- */
b	{	cursor: w-resize; 
        color: #d64f65;
	text-decoration: none;}


u  	{	cursor: w-resize; 
        color: #9dad4d;
	text-decoration: underline;}


i  	{	cursor: w-resize; 
        color: #cccccc;
   	text-decoration: none;}

c  	{	cursor: w-resize; 
        color: #849a4b;
   	text-decoration: none;}

d  	{	cursor: w-resize; 
        color: #57137e;
   	text-decoration: none;}

ul	{	cursor: w-resize; 
        color: #c294b2;}

/* ------------------------------- Título ---------------------------------- */

.titulo {
font-family: tahoma;
font-size: 12px;
text-align: center;
line-height: 12px;
-moz-border-radius: 8px 8px 8px 8px;
width: 310px;
}

/* ------------------------------- Caixas ---------------------------------- */
input, textarea, select 
	{font-family: tahoma; 
	font-size: 12px;
	color: #f04fb9;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	background-color: #eeeeee;
	-moz-border-radius: 0px 0px 0px 0px;
        }
.cmttext {
	align: justify;
	color: #b3b3b3;
	cursor: crosshair;
	font-family: Tahoma;
	font-size: 12px;
	background: none;
        width: 500px;
	-moz-border-radius: 8px 8px 8px 8px;
}

/* ------------------------------- Tabelas ---------------------------------- */
.fundo { 
font-size: 11px; 
width: 400px; 
background-color: #e7e7e7; 
border-top: 13px solid #efefef; 
border-bottom: 13px solid #efefef; 
padding: 3px 3px 3px 3px; 
text-align: justify;
}

.table { 
font-size: 11px; 
border-top: 1px solid #efefef; 
border-left: 1px solid #efefef; 
background-color: #e3e3e3; 
padding: 2px 2px 2px 2px; 
widht: 380px;
text-align: left;
}

/* ------------ Seleção -------------- */

::-moz-selection {
color: #e0e0e0;
background: #f146b7;
}

::selection {
color: #e0e0e0;
background: #f146b7;
}
