a, a:link, a:visited {
color: #8fdfdf;
font-weight:normal;
cursor: crosshair;
letter-spacing: 0px;
text-decoration: none;
}

a:hover {
color: #8fdfdf;
cursor: crosshair;
background-color: #;
letter-spacing: 0px;
font-weight:normal;
text-decoration: none;
}


/* ------------ Fonte -------------- */
p, a, body, td, tr, div {
font-style: normal; 
font-weight: normal;
font-size: 11px;
color: #43403a;
font-family : verdana;
line-height: 13px;
}

/* -- Estilos -- */
.subtitulo {color: #43403a; padding: 1px; text-transform:lowercase; width: 150px; letter-spacing:-1px}
.titulo {
font-family: tahoma; letter-spacing: 1px;
letter-spacing: -3px;
font-size: 25px;
text-align: center;
font-weight: negrito;
font-style: normal;}

.titulo_post {color: #43403a;font-size: 11px; font-family: tahoma;}
b { cursor: se-resize; color: #8fdfdf; text-decoration: none;}
w{color: #8fdfdf;cursor:se-resize; font-family: georgia; text-decoration: none; border-bottom: 1px dashed #;}
y{color: cursor:se-resize; font-family: georgia;}
strong {	color: #8fdfdf; font-family: verdana; background: transparent; width: 165px; font-weight: normal; line-height: 15px; letter-spacing: -1px;
}

/* -- Seleção Colorida -- */

::-moz-selection {
color: #8fdfdf;
cursor: default;
background: #ffffff}

::selection {
color: #8fdfdf;
cursor: default;
background: #ffffff}


/* -- Caixas -- */
 input, textarea, select 
	{font-family: Verdana; 
	font-size: 11px;
	color: #43403a;
	border: 5px solid #e8f5f5;  
	background-color: #ffffff; 

}

.cmttext
	{
        font-size: 11px;
	font-family: verdana;
        border: 1px dashed #;
	width: 350px;
	padding: 5px;
	margin: 5px;
}



/* Tabelas */


.table1 {
        font: 11px verdana;
        color: #ceccc3;
        background-color: #f9f8f3;
        border-top: 5px solid transparent;
        border-bottom: 1px dashed transparent;
	text-align: center;
        padding: 2px 2px 2px 2px;
	width: 430px;
	line-height: 12px;
}
.table3 {
	color: #c3d4c1;
	font-size: 11px;
	font-family: verdana;
	text-align: justify;
        -moz-border-radius: 0px;
	padding: 10px;
	border: 5px solid #e8f5f5; 
	background-color: #ffffff; 

}