. {
font-size : 9pt;
font-family : Verdana, sans-serif;
font-weight : lighter;
font-style : normal;
color : #000000;
text-decoration: none;
}    

//<PMG>
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pmg-cell {
	border-left: 1px black solid;
}

.pmg-cell-bottom {
	border-left: 1px black solid;
	border-bottom: 1px black solid;
}

.tabla-pmg { border: 1px solid black; border-collapse: collapse; }
td.tabla-pmg { border: 1px solid black; }
td.tabla-pmg-nb {  border: none; }
//</PMG>

P {
font-size : 9pt;
font-family : Verdana, sans-serif;
font-weight : lighter;
font-style : normal;
color : #000000;
text-decoration: none;


}

P.footer {
font-size : 9pt;
font-family : Verdana, sans-serif;
font-weight : lighter;
font-style : normal;
color : #999999;
text-decoration: none;


}

P.title {
font-size : 9pt;
font-family : Verdana, sans-serif;
font-weight : inherit;
font-style : normal;
color : #ffffff;
text-decoration: none;
}


A {
font-size : 10pt;
font-family : Verdana, sans-serif;
font-style : normal;
color : #000000;
text-decoration: none;
}


A:Visited  {
font-size : 10pt;
font-family : Verdana, sans-serif;
font-style : normal;
color : #000000;
text-decoration: none;
}

A:Active  {
color : #000000;
font-size : 10pt;
font-family : Verdana, sans-serif;
font-style : normal;
text-decoration: none;
}

A.Text:hover {
color : #000000;
font-size : 10pt;
font-family : Verdana,sans-serif;
font-style : normal;
text-decoration: none;
background-color : #FFFACD;
}

A.PMG:hover {
color : #000000;
font-size : 10pt;
font-family : Verdana,sans-serif;
font-style : normal;
text-decoration: underline;
background-color : #FFFACD;
} 

td {
font-size : 10pt;
font-family : Verdana, sans-serif;
font-weight : lighter;
font-style : normal;
color : #000000;
text-decoration: none;
}

B.hilite {
font-size : 10pt;
font-family : Verdana, sans-serif;
font-weight : bold;
font-style : normal;
color : #000000;
text-decoration: none;
} 

BODY {
font-size : 10pt;
font-family : Verdana, sans-serif;
font-weight : lighter;
font-style : normal;
color : #000000;
text-decoration: none;
}
/* styles for the Status Bars and Folder Policy Link */
A.Status {
font-size : 10pt;
font-family : Verdana, sans-serif;
font-weight : lighter;
font-style : normal;
color : darkgreen;
text-decoration: bold;
}

A.Status:hover {
color : darkgreen;
font-size : 10pt;
font-family : Verdana,sans-serif;
font-style : normal;
text-decoration: none;
background-color : #FFFACD;
}

font.folders {
font-size : 10pt;
font-family : Verdana, sans-serif;
font-weight : lighter;
font-style : normal;
color : blue;
text-decoration: bold;
}

font.files {
font-size : 10pt;
font-family : Verdana, sans-serif;
font-weight : lighter;
font-style : normal;
color : darkorange;
text-decoration: bold;
}

font.url {
font-size : 10pt;
font-family : Verdana, sans-serif;
font-weight : lighter;
font-style : normal;
color : darkred;
text-decoration: bold;
}

font.notes {
font-size : 10pt;
font-family : Verdana, sans-serif;
font-weight : lighter;
font-style : normal;
color : yellow;
text-decoration: bold;
}

font.Status {
font-size : 10pt;
font-family : Verdana, sans-serif;
font-weight : lighter;
font-style : normal;
color : darkgreen;
text-decoration: bold;
}

/* FOLDER DESCRIPTION STYLE */

font.DESC {
font-size : 8pt;
font-family : Verdana, sans-serif;
font-weight : lighter;
font-style : italic;
text-decoration: none;
}

SELECT   { font-family: sans-serif, Arial, Helvetica; font-size: 11pt; color: navy; }
INPUT    { font-family: sans-serif, Arial, Helvetica; font-size: 11pt; color: #navy; }
/*INPUT {
        font-family:Verdana,Arial,sans-serif; 
        font-weight:normal; 
        font-size:small; 
        color:black; 
        background-color:white;
        border-bottom-color:white;
}
*/

/* INPUT {
	font-family:Verdana,sans-serif; 
	font-weight:bold; 
	font-size:x-small; 
	color:black; 
	text-align:center; 
	background-color:rgb(13,155,162); 
	border-width:2; border-color:purple; 
	border-style:outset;
} */


/* Default DOM Tooltip Style */
div.domTT {
    border: 1px solid #333333;
}
div.domTTCaption {
    font-family: serif;
    font-size: 10px;
    font-weight: bold;
    padding: 1px 2px;
    color: #FFFFFF;
    background-color: #333333;
}
div.domTTContent {
    font-size: 10px;
    font-family: sans-serif;
    padding: 3px 2px;
    background-color: #F1F1FF;
}
/* Classic Style */
div.domTTClassic {
    border: 1px solid black;
    background-color: #FBF4D4;
}
div.domTTClassicCaption {
    font-family: serif;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
    padding: 1px 2px;
}
div.domTTClassicContent {
    font-size: 10px;
    font-family: Arial, sans-serif;
    padding: 1px 2px 0 2px;
}
/* Win9x Style */
div.domTTWin {
  border: 2px outset #BFBFBF;
  background-color: #808080
}
div.domTTWinCaption {
  border: 0px solid #BFBFBF;
  border-width: 1px 1px 0px 1px;
  background-color: #00007F;
  padding: 2px;
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif;
  color: white;
}
div.domTTWinContent {
  border: 1px solid #BFBFBF;
}
/* Overlib Style */
div.domTTOverlib {
    border: 1px solid #333366;
}
div.domTTOverlibCaption {
    font-family: Verdana, Helvetica;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #333366;
}
div.domTTOverlibContent {
    font-size: 10px;
    font-family: Verdana, Helvetica;
    padding: 2px;
    background-color: #F1F1FF;
}
div.domTTMenu {
  width: 150px;
  border: 2px outset #E6E6E6;
}
div.domTTMenuCaption {
  font-size: 12px;
  font-family: sans-serif;
  background-color: #E6E6E6;
}
div.domTTMenuContent {
  padding: 1px 0;
  background-color: #E6E6E6;
}

/* mktree library */
@media screen, print { 
	/* Turn off list bullets */
	ul.mktree  li { list-style: none; } 
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:10px; padding:0px; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 15px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(mktree/minus.gif)  center left no-repeat; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(mktree/plus.gif)   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url(mktree/bullet.gif) center left no-repeat; }
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; }
	ul.mktree  li.liClosed  ul { display: none; }
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li { font-size: 12pt; }
	ul.mktree  li ul li { font-size: 10pt; }
	ul.mktree  li ul li ul li { font-size: 8pt; }
	ul.mktree  li ul li ul li ul li { font-size: 6pt; }
}
#efooter {
background:url("../images/html/bg_footer.gif") repeat-x scroll 0 0 transparent;
height:114px;
margin:0 auto;
padding:0;
width:960px;
}
