﻿@charset "UTF-8";

a:link, a:visited, a:hover, a:active {
    color: #f00;
    text-decoration: none
}

.stripe1 {
    background-color: #DDDDDD
}

.stripe2 {
    background-color: #CCEEFF
}

td {
    text-align: center
}

a.ham {
    font-family: "HamNoSysUnicode";
    font-size: larger
}

span.ham {
    font-family: "HamNoSysUnicode";
    font-size: larger
}

#hamcaption {
    text-align: center;
    font-family: "HamNoSysUnicode";
    font-size: xx-large
}

td input.hover-text {
    background-color: #ffffff;
    color: #000000;
    height: 40px;
    min-width: 40px;
    max-width: 40px;
}

#form {
    position: fixed;
}

#clearbutton, #saveButton {
    background-color: #DCDCDC;
    height: 40px;
    width: 200px;
    vertical-align: top;
    float: top;
}


}
.txtSigml {
    width: 100%;
}

body table {
    width: 100%;
}

#txt_area {
	
  position: fixed;
  left: 765px; 
  top: 60px;
  right: 5px; 
  bottom: 5px;
	
}