/* ----------------------------------------- Fonte ---------------------------------------------- */
p, a, body, td, tr, div {
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	color: #6b4f77;
	font-family: tahoma;
	line-height: 11px;
        text-shadow: 0px 0px #cfdae9;
}

/* ----------------------------------------- Links ---------------------------------------------- */
a, a:link{
color: #6b4f77;
border-left: 0px dashed #aeaec3;
border-right: 0px solid #a1a1a1;
border-top: 0px dashed #aeaec3;
border-bottom: 0px solid #a1a1a1;
background-color: none; 
padding: 2px;
TEXT-DECORATION: none; 
cursor: hand;
}
a:hover {
color: #6b4f77;
border-left: 0px dashed #aeaec3;
border-right: 0px solid #a1a1a1;
border-top: 0px dashed #aeaec3;
border-bottom: 1px dashed #a1a1a1;
background-color: #ECECFF;
padding: 1px; 
TEXT-DECORATION: none; 
cursor: hand;
}

/* ----------------------------------------- Estilos ---------------------------------------------- */
b {	cursor: normal; color: #6b4f77; TEXT-DECORATION: none;
}
s {	cursor: normal; color: #6b4f77; TEXT-DECORATION: none;
}
u {	cursor: normal; color: #6b4f77; TEXT-DECORATION: none;
}
m {	cursor: normal; color: #6b4f77; TEXT-DECORATION: none;
}
i {	cursor: normal; color: #6b4f77; TEXT-DECORATION: none;
}

/* ----------------------------------------- Comentários ---------------------------------------------- */
input, textarea, select 
	{font-family: tahoma; 
	font-size: 11px;
	color: #6b4f77;
	border-left: 1px dashed #6b4f77;
	border-right: 1px dashed #6b4f77;
	border-top: 1px dashed #6b4f77;
	border-bottom: 1px dashed #6b4f77;
	background-color: #e7e9ff; 
        -moz-border-radius: 1px 1px 1px 1px;
        padding: 0px;

}

.cmttext {
	align: justify;
	color: #6b4f77;
	border-left: 0px dashed #6b4f77;
	border-right: 0px dashed #6b4f77;
	border-top: 0px dashed #6b4f77;
	border-bottom: 1px dashed #6b4f77;
        -moz-border-radius: 1px 1px 1px 1px;
	background-color: #e7e9ff;
	padding: 2px;
}

/* ----------------------------------------- Tables ---------------------------------------------- */

.table2 { 
background-color: #e7e9ff;
border-top: 1px dashed #6b4f78;
border-left: 1px dashed #6b4f78;
border-right: 1px dashed #6b4f78;
border-bottom: 1px dashed #6b4f78;
text-align: justify;
padding: 4px;
color: #6b4f78;
 width: 400px;}


.table5 {
 background-color: #171717;
border-right: 3px solid #171717;
border-left: 3px solid #1f1f1f;
text-align: justify;
padding : 4px;
color: #333333;
-moz-border-radius: 0px 0px 0px 0px; }

/* ----------------------------------------- Titulo ---------------------------------------------- */
.titulo {
font-family: verdana;
text-transform: lowercase;
letter-spacing: 1px;
font-color: #6b4f78;
padding: 3px;
margin-left: 330px;
margin-right: 330px;
-moz-border-radius: 2px 2px 2px 2px;
font-size: 11px;
width: 350px;
font-weight: normal;
text-align: center;
font-style: none;
background-color: #e7e9ff;
}

.subtitulo {
font-color: #6b4f78;
background-color: #f7f9fc;
border-top: 1px solid #f7f9fc;
border-left: 1px solid #f7f9fc;
border-right: 1px solid #f7f9fc;
border-bottom: 1px solid #f7f9fc;
padding: 2px 2px 2px 2px;
width: 90px;
-moz-border-radius: 4px 4px 4px 4px;

/* ----------------------------------------- Blockquote ---------------------------------------------- */

blockquote {
font: 11px tahoma;
color: #9bacc4;
border-top: 1px dashed #cebfd4;
border-left: 1px dashed #cebfd4;
border-right: 1px dashed #cebfd4;
border-bottom: 1px dashed #cebfd4;
background-color: #e7e9ff;
text-align: center;
padding: 4px;
-moz-border-radius: 1px 1px 1px 1px;
width: 400px;
}

.linha{
border-bottom: 
1px dashed #6b4f77;
margin:2px;}
WIDTH: 5%;

post {
font: 11px verdana;
color: #9bacc4;
border-top: 1px solid #6b4f77;
border-left: 1px solid #6b4f77;
border-right: 1px solid #6b4f77;
border-bottom: 1px solid #6b4f77;
background-color: #f7f9fc;
text-align: center;
padding: 3px;
-moz-border-radius: 1px 1px 1px 1px;
width: 450px;
}


/* ----------------------------------------- Seleção Colorida ---------------------------------------------- */
::-moz-selection {
color: #6b4f77;
background: #f7f9fc;
}

::selection {
color: #6b4f77;
background: #f7f9fc;
}

/* ----------------------------------------- Opacidade ---------------------------------------------- */
a img {
	filter:alpha(opacity=40); 
	-moz-opacity:0.35; 
	opacity:0.60;
}

a:hover img {
	filter:alpha(opacity=100); 
	-moz-opacity:0.85; 
	opacity:0.85;

}
