/* --- Fonte ---*/

P, body, td, tr, div {
font-style: normal;
font-weight: normal;
font-size: 11px;
color: #666666;
font-family: Verdana;
line-height: 13px;}

/* --- Links ---*/

a, a:link{
	color: #c61214;
	font-family: verdana;
	cursor: w-resize;
	background-color: #111111;
	TEXT-DECORATION: none;}

a:hover {
	color: #edba4d;
	font-family: verdana;
	cursor: w-resize;
	background-color: #111111;
	TEXT-DECORATION: none;}

/* --- Negrito, sublinhado e bla blah  ---*/


b {color: #edba4d; TEXT-DECORATION: none;}


/* --- Titulo  ---*/

.titulo {
font-family: verdana;
color: #edba4d;
background-color: #none;
border: 1px solid #none;
margin-left: 88px;
padding: 2px;
-moz-border-radius: 7px 7px 7px 7px;
font-size: 11px;
margin-center: 270px;
width: 350px;
font-weight: normal;
font-style: normal;}


/* --- caixas ---*/

input, textarea, select {
	color: #6c6b6b;
	font-size: 11px;
	font-family: verdana;
	border: 1px dashed #111111;
	background-color: #000000;
	line-height:10px;
	padding:2px;
	-moz-border-radius: 4px;}

.comentarios {
color: #666666;
width: 350px;}

/* --- Posts, fundo, tables ---*/

.fundopost {
	text-align: center;
	width: 350px;
	padding: 2px;
	border-right: 5px solid #333333;
	background-color: #111111;
	-moz-border-radius: 4px;}

.table {
	text-align: center;
	width: 300px;
	padding: 2px;
	background-color: #000000;
	padding: 1px 1px 1px 1px;
	-moz-border-radius: 4px;}

/* --- Opacidade das imagems  ---*/

a img {
	filter:alpha(opacity=65); 
	-moz-opacity:0.90; 
	opacity:0.90;}

a:hover img {
	filter:alpha(opacity=100); 
	-moz-opacity:1.0; 
	opacity:1.0;}

