<STYLE TYPE="text/css">
<!--
behavior: url(pie/PIE.htc);
a:link {
       color:#99CCCC;
	   text-decoration:underline;
	   font-weight:bold;
       border : none;
	   font-size:10pt;
	   }


a:visited {
          color:#99CCCC;
		  text-decoration:none;
		  border : none;
		  font-size:10pt;

		  }

a:hover {

	    color:#000000;
		text-decoration:underline;
        }
#co10  {
     font-size:10pt;
     color:#000000;
/*	 font-style:italic; */
     font-weight:normal;
     }
#co11  {
     font-size:10pt;
     color:#000000;
/*     font-family: Arial,Helvetica;
     font-style:italic; */
     font-weight:normal;
     }

#fehl {
	 font-size:16pt;
     color:#F50F2A;
      font-family: Arial,Helvetica;
/*     font-style:italic; */
	}

#frame {
  border-left-width:2px;
  border-left-style:solid;
  border-left-color:red;
  padding-left:0cm;
  border-right-width:2px;
  border-right-style:solid;
  border-right-color:green;
  padding-right:0cm;
  text-align:justify; 
  }

input.groovybutton
{	
   font-size:12px;
   font-family:Arial,sans-serif;
   text-decoration:underline;
   border: 1px solid #696;
   padding: 5px 0;
   text-align: center; 
   width: 150px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: #100 0px 2px 5px;
   -moz-box-shadow: #100 0px 2px 5px;
   box-shadow: #100 0px 2px 5px;
   background: #FFFFCC;
   background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFCC), to(#99CCCC));
   background: -webkit-linear-gradient(#FFFFCC, #99CCCC);
   background: -moz-linear-gradient(#FFFFCC, #99CCCC);
   background: -ms-linear-gradient(#FFFFCC, #99CCCC);
   background: -o-linear-gradient(#FFFFCC, #99CCCC);
   background: linear-gradient(#FFFFCC, #99CCCC);
   -pie-background: linear-gradient(#FFFFCC, #99CCCC);
    behavior: url(/pie/PIE.htc);
	a:hover {
      display:block;
      color:#fff;
      background-color:#000;
     color:#FFFFCC;
	 }   
	
}
     //-->
</STYLE>