   html,body{
      margin:0;
      padding:0;
      height:100%;
   }

.fullheight {height:100%}

.border_blue
{
border: 1px #AACCEE solid;
}
td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
.txt_menu {  color: #FFFFFF; text-decoration: none; font-size: 8pt; font-weight: normal}
a {  color: #07519A}
a:hover {  color: #497FB5; text-decoration: none}
:hover.txt_menu { color: #FFCC00; text-decoration: underline; font-weight: normal }
.txt_bottom {  color: #0000FF; text-decoration: none; font-size: 8pt; font-weight: normal}
a {  color: #07519A}
a:hover {  color: #497FB5; text-decoration: none}
:hover.txt_bottom { color: #FFCC00; text-decoration: underline; font-weight: normal }


.form   {
    /*we will first set the border styles.*/
    border: 1px solid #AACCEE;

    /*we are now going to add in the shadow image that we created earlier*/
    /*I am going to add some text formatting of my own*/
    font-family: Verdaa, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #333333;
    width: 150px;
    height: 20px;
    }
    
   

 .button { 
   color: #07519A;
   background-color: #EBF3FB;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:11px;
   font-weight:bold;
   border:1px solid #AACCEE;
   border-top-color:#DBE1E6;
   border-left-color:#DBE1E6;
   border-right-color:#5E95BB;
   border-bottom-color:#5E95BB;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffff',EndColorStr='#EBF3FB');}