v:* {
  behavior:url(#default#VML);
}

html, body {
	margin:0px;
	border:0px;
	padding:0px;
	font-family: "Trebuchet MS", Times, serif;
	font-size:11px;
	color:#686A5B;
	width:100%;
	height:100%;
	background-color:#DCDCD0;
	background-image:url(../images/bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

a{
	font-family: "Trebuchet MS", Times, serif;
	font-size:13px;
	color:#686A5B;
	text-decoration:none;
}

td{
	font-family: "Trebuchet MS", Times, serif;
	color:#686A5B;
	text-decoration:none;
	font-size:11px;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:11px;
}

input {
	font-family: "Trebuchet MS", Times, serif;
	font-size:11px;
}

select {
	font-family: "Trebuchet MS", Times, serif;
	font-size:11px;
}

textarea {
	font-family: "Trebuchet MS", Times, serif;
	font-size:11px;
}
.titulo {
	font-family: "Trebuchet MS", Times, serif;
	color:#537F20;
	font-size:15px;
}
.titulo {
	font-family: "Trebuchet MS", Times, serif;
	color:#537F20;
	font-size:13px;
}

.showhide {
	display: none;
}

.bold {
	font-weight:bold;
}





#container_div_scroll {
	position	: relative;
	top			: 0px;
	left		: 20px;
	width		: 330px;
	height		: 290px;
	background	: transparent;
	overflow	: hidden;
	border		: 0px solid #0f0;
}

#content_div_scroll {
	position	: relative;
	width		: 300px;
	left		: 0px;
	border		: 0px solid #f00;
}

#scrollArea_div_scroll {
	position	: relative;
	height		: 295px;
	top			: 0px;
	width		: 5px;
	background	: #DBE8A0;
	border		: 0px solid #E3E2E7;
	overflow	: hidden;
	z-index:98;
	
}

#scroller_div_scroll {
	position	: absolute;
	top			: 0px;
	left		: 0px;
	width		: 5px;
	border		: 0px solid #E3E2E7;
	background	: #7CA049;
	cursor		: s-resize;
}
