BODY
{
    FONT-SIZE: x-small;
    COLOR: #000000;
    FONT-FAMILY: Arial
}
A.Contenido
{
    COLOR: #000000;
    FONT-FAMILY: Arial
}
TABLE
{
    FONT-SIZE: x-small;
    COLOR: #000000;
    FONT-FAMILY: Arial
}
TD
{
    FONT-SIZE: x-small;
    COLOR: #000000;
    FONT-FAMILY: Arial
}
P
{
    FONT-SIZE: x-small;
    COLOR: #000000;
    FONT-FAMILY: Arial
}
H5
{
    FONT-SIZE: small;
    COLOR: #000000;
    FONT-FAMILY: Arial
}
a:active {
	
  color: #000080;
}

a:link {
  color: #000080;
}
a{text-decoration:none}
a:hover,b.error,span.error{text-decoration:underline}
a:visited {
  color: #666666;
}

a.udrline {
  text-decoration: underline; 
  color: #000080; 
}

a:visited.udrline {
  text-decoration: underline; 
  color: blue; 
}

a.udrlinesmall {
  text-decoration: underline; 
  color: #000080; 
  font-size: 90%
}
a.udrlinebold {
  color:#800080; 
  text-decoration:underline; 
  font-weight:bold;
}