body {  font-family: Verdana, Arial, Helvetica, sans-serif;
        margin:0px;
}

.title {  font-size: 1em;
          font-weight: bold;
          color: #FFFFFF;
          text-align: center
}

.mesh { background-image: url('/images/grid.gif');
}

.bgBlk {background-color: #000000; }

td.bar { background-image: url('/images/bartile.gif');
}

table.panel { background-image: url('/images/panel.gif');
	 background-repeat: no-repeat;
}

#lang { margin-top: 20px; text-align: center; }
#lang a:link, #lang a:visited { font-size: 10px; color: #FFF033; text-decoration: none; }
#lang a:hover { text-decoration: underline; }

h1 { font-size: 16px;
     color: #666;
}

h2 { font-size: 14px;
     color: #333;
}

p {  font-size: 12px;

}

ul, li { font-size: 12px;
    font-weight: bold;
    color: #666;
}

img { border-color: #333;
}

p a { color: #333;
	font-size: 12px;
/*	text-decoration: none; */
	font-weight: bold;
}

p a:hover { /*text-decoration: underline; */
  background-color: #333;
  color: #FFF333;
}

.frmLbl { color: #333;
	font-size: 12px;
	font-weight: bold;
}

.footer { font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

.footer a, .footer.a:visited {color: black; }


