	A:link    { text-decoration:none; color:#231E88} /* was #505080 */
A:visited { text-decoration:none; color:#231E88 }
A:active  { text-decoration:none; color:#881E23 }
A:hover   { text-decoration:underline; color:#FF0000 }
  
h1 {
    margin-top:0px;
    padding-top:0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    text-align: left; /* center; */
    font-weight: bold;
    font-style: normal;
    padding-bottom: 0px;
    margin-bottom:0px;
  }
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-style: italic;
    font-weight: bold;
    font-variant: normal;
    margin-bottom: 0px;
    margin-left: 2%;
  }
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    font-variant: normal;
    margin-left: 2%;
  }
h4 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    margin-left: 2%;
  }
h5 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    margin-left: 2%;
  }
h6 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    margin-left: 2%;
  }
  
p {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    margin-left: 2%;
  }
dl, dt, dd, td, th, form, input, textarea, select  {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
  }
kbd {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
  }
tt {
    font-family : "Courier New", Courier, monospace;
    font-size : 12px;
  }
code {
    font-family : "Courier New", Courier, monospace;
    font-size : 12px;
  }
samp {
    font-family : "Courier New", Courier, monospace;
    font-size : 12px;
    font-style: italic;
  }
pre {    font-family : "Courier New", Courier, monospace;
    font-size : 12px;
  }
blockquote {
    font-family : "Times New Roman", Times, serif;
  }
.blockquote {
    font-family : "Times New Roman", Times, serif;
  }
dl {
    margin-left: 6%;
  }
dd { 
    margin-bottom: 0.5em;
 
  }
ol { /* list text should match p text */
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px; 
    font-style: normal;
    list-style-type: decimal; /* upper-roman; */
    list-style-position: outside;
    margin-top: 0em;  /* copied from webtoolsstyle */
    margin-left: 2%;
  }
ul { /* list text should match p text */
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px; 
    font-style: normal;
    margin-top: 0em; /* copied from webtoolsstyle */
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 2%;
  }
li {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px; 
    font-style: normal;
    margin-bottom: 0.5em;
  }

hr { 
    margin-left: 4%;
  }
  
.normaltext {
    /* Should match the standard paragraph font */
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px; /* x-small, 80% */
  }
.smalltext {
    /* One size smaller than standard paragraph font */
    font-family:  Tahoma, Geneva, sans-serif;
    font-size: 12px; /* xx-small, 70% */
  }
.smalltextBold { /* Bold version of .smalltext */
    font-family:  Tahoma, Geneva, sans-serif;
    font-weight: bold;
    font-size: 12px; /* xx-small, 70% */
  }
.smallitalic {
    font-family:  Tahoma, Geneva, sans-serif;
    font-style: italic;
    font-size: 12px;
  }
.smallertext {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px; /* xx-small, 63%; */
  }
.smallerertext {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10px; /* xx-small, 63%; */
  }
.xsmalltext {
    font-family: Tahoma, Geneva, sans-serif;
    font-style: normal;
    font-size: 11px; /* xx-small, 55%, 63%; for Arial */
  }
.xxsmalltext {
    font-family: Tahoma, Geneva, sans-serif;
    font-style: normal;
    font-size: 10px; /* xx-small, 55%, 63%; for Arial */
  }
.largetext {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px; /* 100%; */
  }

.textbox { /* td class for use as sidebar with highlighted background */
    background-color: #F0F066;
    background-image: none;
    color: black;
    border: none;
    padding: 2px 2px 2px 6px;
    font-family: Tahoma, Geneva, sans-serif;
    font-style: normal;
    font-size: 14px; /* xx-small, 63%; */
  }
.smalltextbox { /* td class for use as sidebar with highlighted background */
    background-color: #F0F066;
    background-image: none;
    color: black;
    border: none;
    padding: 2px 2px 2px 6px;
    font-family: Tahoma, Geneva, sans-serif;
    font-style: normal;
    font-size: 12px; /* xx-small, 63%; */
  }
.counter { /* Use for hit counter -- same as smallitalic */
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-style: italic;
  }
.date { /* Use for file mod date in footer -- same as smallitalic */
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    font-style: italic;
    text-align: right;
  }
.footer { /* Use for misc. text in footer -- same as smalltext */
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    margin-bottom: 0px;
  }
.highlight {
    color: #FFFF00;
    background-color: #0000CC;
  }

.txcentral { 
   font-family: "Trebuchet MS", Helvetica, sans-serif;
   font-weight: bold;
   font-size: 13px;   color: #322;
}
.txtitulo { 
   font-family: "Trebuchet MS", Helvetica, sans-serif;
   font-weight: bold;
   font-size: 18px;   color: #557;
}
.txmenu { 
   font-family: "Arial", Helvetica, sans-serif;
   font-weight: normal;
   font-size: 13px;   color: #445;
}
.txgrupo { 
   font-family: "Trebuchet MS", Helvetica, sans-serif;
   font-weight: bold;
   font-size: 18px;   color: #557;
}
.enlaces { 
   font-family: "Arial", Helvetica, sans-serif;
   font-weight: bold;
   font-size: 11px;   color: #000080;
}
.txflags {   font-family: "Arial", Helvetica, sans-serif;
   font-weight: normal;
   font-size: 10px;   color: #000080;
}
.txstaff {   font-family: "Arial", Helvetica, sans-serif;
   font-weight: normal;
   font-size: 11px;   color: #606060;
}
.txprod { 
   font-family: "Trebuchet MS", Helvetica, sans-serif;
   font-weight: bold;
   font-size: 12px;   color: #505050;
}
.txclient { 
   font-family: "Trebuchet MS", Helvetica, sans-serif;
   font-weight: bold;
   font-size: 11px;   color: #505050;
}
.txclie { 
   font-family: "Trebuchet MS", Helvetica, sans-serif;
   font-weight: normal;
   font-size: 12px;   color: #505050;
}
.txtray { 
   font-family: "Trebuchet MS", Helvetica, sans-serif;
   font-weight: normal;
   font-size: 13px;   color: #505050;
}
.tbborde {	font:normal 12px "Arial", Arial, Helvetica, sans-serif;	border-width: 0 0 1px 1px;
	border-style: dotted;	color:#404030;	background-color: transparent;   	}.tdborde1 {	font: normal 14px "Trebuchet MS", Helvetica, sans-serif;	border-width: 1px 1px 0 0;
	border-style: dotted;	color:#404030;	background-color: #FFFFF0;   	}.tdborde1b {	font: bold 12px "Trebuchet MS", Helvetica, sans-serif;	border-width: 1px 1px 0 0;
	border-style: dotted;	color:#404030;	background-color: #FFFFF0;   	}.tdborde2 {	font: bold 16px "Trebuchet MS", Helvetica, sans-serif;	border-width: 1px 1px 0 0;
	border-style: dotted;	color:#404030;	background-color: #FFFFF0;   	}
