body,td{font-size: 12px; color: #000000;line-height:150%}
input,select{font-size: 12px; color: #000000}
a:link { color: #000000; text-decoration: none}
a:visited { color: #000000; text-decoration: none}
a:hover { color: #FF0000; text-decoration: underline}

.bg {  background-attachment: fixed; background-repeat: no-repeat; background-position: left top}
.bg_bottom {  background-attachment: fixed; background-repeat: no-repeat; background-position: left bottom}

.shadow_white { width:100%; filter:dropshadow(color=#FFFFFF,offx=1,offy=1);}
.shadow_black { width:100%; filter:dropshadow(color=#000000,offx=1,offy=1);}
.shadow_green { width:100%; filter:dropshadow(color=#336600,offx=1,offy=1);}

input.text_line {  height:20px;width:100px;
              background-color:#F4FFF4;
              border-left:1px solid #F4FFF4; 
              border-top:1px solid #F4FFF4;
              border-bottom:1px solid #BCE38F;
              border-right:1px solid #F4FFF4}

input.button {  height:22px;
                font-size:9pt;
                cursor:hand;
                background-color:#bdcff7;
                border-left:1px solid #FFFFFF; 
                border-top:1px solid #FFFFFF;
                border-bottom:1px solid #4275d6; 
                border-right:1px solid #4275d6;
                font-variant:normal;} 