body{
	font-family:Arial,Verdana;
	color: #333333;
	font-size: 11px;
}
td{
	font-family:Arial,Verdana;
	color: #333333;
	font-size: 11px;
}

.tx8 {
	font-size: 10px;
}
.tit {
	color: #434170;
	font-size: 11px;
	font-weight:bold;
}
.enlace1:link{
	color: #1E3578;
	text-decoration: none;
	font-size: 11px;
	
}
.enlace1:visited{
	color: #1E3578;
	text-decoration: none;
	font-size: 11px;
	
}
.enlace1:hover{
	color: #1E3578;
	text-decoration: underline;
	font-size: 11px;
	
}

.enlace2:link{
	color: #1E3578;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
}
.enlace2:visited{
	color: #1E3578;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
}
.enlace2:hover{
	color: #1E3578;
	text-decoration: underline;
	font-size: 11px;
	font-weight:bold;
}


.enlace3:link{
	color: #697EB8;
	text-decoration: none;
	font-size: 11px;
	
}
.enlace3:visited{
	color: #697EB8;
	text-decoration: none;
	font-size: 11px;
	
}
.enlace3:hover{
	color: #697EB8;
	text-decoration: underline;
	font-size: 11px;
	
}

.textfield
{
    BORDER-RIGHT: #cccccc 1px solid;
    BORDER-TOP: #cccccc 1px solid;
    FONT-SIZE: 10px;
    BORDER-LEFT: #cccccc 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #cccccc 1px solid;
    BACKGROUND-COLOR: #ffffff
}
<!--hasta aqui lo he utilizado-->
<!-- estos de aquí abajo por si se necesitan --->
.enlaceBoton:link{
	color: #ffffff;
	text-decoration: none;
	background-color: #1E3679;
	font-size: 10px;
	font-weight:bold;
	
}
.enlaceBoton:visited{
	color: #ffffff;
	text-decoration: none;
	background-color: #1E3679;
	font-size: 10px;
	font-weight:bold;
	
}
.enlaceBoton:hover{
	color: #1E3679;
	text-decoration: none;
	background-color: #F2C90A;
	font-size: 10px;
	font-weight:bold;
	
}

.botonAzul
{
    BORDER-RIGHT: #336699 1px solid;
    BORDER-TOP: #336699 1px solid;
    FONT-SIZE: 9px;
    BORDER-LEFT: #336699 1px solid;
    COLOR: #ffffff;
    BORDER-BOTTOM: #336699 1px solid;
    BACKGROUND-COLOR: #2C303C;
    CURSOR: hand
}
.botonRojo
{
    BORDER-RIGHT: #330000 1px solid;
    BORDER-TOP: #330000 1px solid;
    FONT-SIZE: 9px;
    BORDER-LEFT: #330000 1px solid;
    COLOR: #ffffff;
    BORDER-BOTTOM: #330000 1px solid;
    BACKGROUND-COLOR: #aa0000;
    CURSOR: hand
}
.botonAmarillo
{
    BORDER-RIGHT: #1E3578 1px solid;
    BORDER-TOP: #1E3578 1px solid;
    FONT-SIZE: 9px;
    BORDER-LEFT: #1E3578 1px solid;
    COLOR: #1E3578;
    BORDER-BOTTOM: #1E3578 1px solid;
    BACKGROUND-COLOR: #F2C90A;
    CURSOR: hand
}
.scroll {
	scrollbar-face-color: #F2C90A; 
	scrollbar-shadow-color: #BFB955; 
	scrollbar-highlight-color: #EEEEEE; 
	scrollbar-3dlight-color: #F2C90A; 
	scrollbar-darkshadow-color: #F2C90A; 
	scrollbar-track-color: #FEF780; 
	scrollbar-arrow-color: #1E3578;
}
.scrollgris {
	scrollbar-face-color: #DDDDDD; 
	scrollbar-shadow-color: #8D8D8D; 
	scrollbar-highlight-color: #EEEEEE; 
	scrollbar-3dlight-color: #DDDDDD; 
	scrollbar-darkshadow-color: #DDDDDD; 
	scrollbar-track-color: #CCCCCC; 
	scrollbar-arrow-color: #1E3578;
}
