TD.btn_btxt
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 7pt;
    CURSOR: hand;
    COLOR: white;
    TEXT-ALIGN: center;
    TEXT-DECORATION: normal
}
TD.btn_btxt A:hover
{
    COLOR: white;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}
TD.btn_btxt A:link
{
    COLOR: white;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: normal
}
TD.btn_btxt A:visited
{
    COLOR: white;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: normal
}
TD.btn_btxt A:active
{
    COLOR: white;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: normal
}
td.txt       
{   color: #0000FF; 
    font-variant: normal; 
    font-family: Arial; 
    font-size: 8pt
}

td.txt A:link
{
    COLOR: #0000FF;
    TEXT-DECORATION: none
}
td.txt A:visited
{
    COLOR: #0000FF;
    TEXT-DECORATION: none
}
td.txt A:active
{
    COLOR: #0000ff;
    TEXT-DECORATION: none
}
td.txt A:hover
{
    COLOR: #0033ff;
    TEXT-DECORATION: underline
}

td.WTitle    {  background-color: #008EE0;
	   	font-family: Arial; 
		color: #FFFFFF; 
		font-size: 12pt; 
		font-weight: bold }


table.Options { font-family: Arial; font-size: 8pt; 
	       border-left-style: solid; 
               border-right-style: solid; 
               border-bottom-style: solid;
	       border-left-width: thin; 
               border-right-width: thin; 
               border-bottom-width: thin; 
   	       border-left-color: #008EE0; 
               border-right-color: #008EE0;
               border-top-color: #008EE0;
               border-bottom-color: #008EE0
               }