@charset "utf-8";
/* CSS Document */

body, td, th{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

body{
	background-color:0b2d0a;
}

a:link, a:visited, a:active{
	color:#006600;
	text-decoration:none;
	
}

#classifDir a:link, a:visited, a:active{
	color:#006600;
	text-decoration:none;
	
}

a:hover{	
	color:#993300;
	
}

.anHolder{
	padding-left:4px;
	padding-top:4px;
}

.tblAnuncios{
	background-color:#EEEEEE;
	border-color:#666666;
	border-style:solid;
	border-width:1px;
	padding-left:4px;
}
.errorMsg{
	color:#FF0000;
	font-weight:bold;
}

.imgTblBorder{
	border-bottom-color:#555555;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#555555;
	border-top-style:solid;
	border-top-width:1px;
	border-right-color:#555555;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color:#555555;
	border-left-style:solid;
	border-left-width:1px;
}