/* CSS Document */

.estilo1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;

}

.estilo2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #006699;
}

.estilo3{
	border: 2.3px solid #007C00;
}
body {
	scrollbar-arrow-color:#ffffff;
	scrollbar-face-color: #007C00;
	scrollbar-highlight-color: #007C00;
	SCROLLBAR-TRACK-COLOR:   #cccccc; 
}