

.tbflat  
{
	border-width : 1;
	border-style : solid;
	border-color : Black;
	font-size : x-small;
	font-family : Tahoma,Verdana,Arial;
}

.cmdflat  
{
	font-size : xx-small;
	font-family : Tahoma,Verdana,Arial;
	background-color : Navy;
	color : White;
	font-weight : bold;
	border-width : thin;
}

.smalltext  
{
	font-size : x-small;
}

.smallertext  
{
	font-size : xx-small;
}

BODY 
 {
	font-size : xx-small;
	font-family : Tahoma,Verdana;
	scrollbar-face-color: #A9A9A9;
	scrollbar-highlight-color: White;
	scrollbar-3dlight-color: Black;
	scrollbar-darkshadow-color: Black;
	scrollbar-shadow-color: Gray;
	scrollbar-arrow-color: White;
	scrollbar-track-color: Window;
}
A:link { text-decoration: none; }
A:active { text-decoration: none; }
A:visited { text-decoration: none; }
A:hover 
{
	color: #FF6347;
	text-decoration: underline;
}


.boton
{ 
font-family: Tahoma, Verdana, "MS Sans Serif", Arial; 
font-size: 10px;
background-color: #FF9900; 
border: 1px #000000 solid; 
font-weight: bold; 
color: #FFFFFF;
}

