/* CSS Document */
TD.spacer {
width:25px;
}
TD.menu {
background-image:url(but.png);
width:150px;
height : 21px;
font-family : Verdana;
font-size:12px;
color : #ffffff;
text-decoration : none;
font-weight:bold;
}
TD.menu:hover {
background-image:url(butHOVER.png);
color:#ffffff;
}
TD.menu A:LINK{
color : #ffffff;
text-decoration : none;
}
TD.menu A:HOVER{
color : #ffffff;
text-decoration : none;
}
TD.menu A:visited{
color : #ffffff;
text-decoration : none;
}

TD.titTBL {
font-family : Verdana, Arial, Helvetica;
font-size: 12px;
color : #ffffff;
text-decoration : none;
}

TD.txtTBL {
font-family : Verdana, Arial, Helvetica;
font-size: 12px;
color : #214212;
text-decoration : none;
padding-left: 20px;
padding-right: 40px;
text-align:justify;
}
TD.txtTBL A:link{
color : #003366;
text-decoration : underline;
}
TD.txtTBL A:hover{
color : #003366;
text-decoration : none;
}
TD.txtTBL A:visited{
color : #003366;
text-decoration : none;
}
TD.picTBL {
font-family : Verdana, Arial, Helvetica;
font-size: 12px;
color : #214212;
text-decoration : none;
text-align: center;
}
TD.picTBL A:link{
color : #003366;
text-decoration : underline;
}
TD.picTBL A:hover{
color : #003366;
text-decoration : none;
}
TD.picTBL A:visited{
color : #003366;
text-decoration : none;
}
