.body {
	background-color: #E5F2E9;
	margin: 5px;
	scrollbar-3dlight-color:#E5F2E9;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-face-color:#97D0A8;
	scrollbar-arrow-color:#009966;
 	scrollbar-shadow-color:#AFD5BA;
	scrollbar-darkshadow-color:#009966;
	scrollbar-track-color:#E5F2E9;
	/*
	# scrollbar-track-color: Sets the color for scroll bar track
	# scrollbar-face-color: Sets the color for the scroll bar slider and the boxes that contain the scrollbar arrows
	# scrollbar-arrow-color: Sets the scroll bar arrow color
	# scrollbar-3dlight-color: Sets the scroll bar 3D light color
	# scrollbar-highlight-color: Sets the scroll bar highlight color
	# scrollbar-shadow-color: Sets the scroll bar shadow color
	# scrollbar-darkshadow-color: Sets the scroll bar dark shadow color
	*/
}
.texto {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.div {
	unicode-bidi:bidi-override;
	direction:ltr;
	display:block;
	width:537px;
	height:375px;
	overflow:auto;
	padding:0px;
	border:0px;
	margin:0 auto;
}
.titulo {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bolder;
}
.link {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bolder;
}
.input {
	width: 100%;
	border: 1px solid #009966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;

}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #009966;
	background-color: #E5F2E9;
	width: 80px;
}
.index {
	position: relative;
	left: 45px;
	top: 5px;
}
.cell {
	background-attachment: fixed;
	background-image: url(../images/index4.gif);
	background-repeat: no-repeat;
}
.intro {

	background-color: #E5F2E9;
	margin: 0px;
	scrollbar-3dlight-color:#E5F2E9;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-face-color:#97D0A8;
	scrollbar-arrow-color:#009966;
 	scrollbar-shadow-color:#AFD5BA;
	scrollbar-darkshadow-color:#009966;
	scrollbar-track-color:#E5F2E9;
}

