@import url(main.css);

body {
leftmargin: 20px;
topmargin: 5px;
font-family: arial;
cursor: default;
}

a:link {
color: cc0000;
text-decoration: none;
}

a:hover {
color: ff0000;
text-decoration: none;
background-color: dddddd;
}

a:visited {
color: cc0000;
text-decoration: none;
}

a:visited:hover {
color: ff0000;
text-decoration: none;
background-color: dddddd;
}

a:active { 
color: cc0000;
}

.hd1 {
font-size: 12pt;
font-weight: bold;
}

.hd2 {
font-size: 4pt;
}

.hd3 {
font-size: 8pt;
}

.hd4 {
font-size: 11pt;
}

.hd5 {
font-size: 10pt;
}

.hd6 {
font-size: 6pt;
}

.hd7 {
font-size: 18px;
font-weight: bold;
}

.hd8 {
font-size: 13px;
}

.hd9 {
font-size: 16px;
font-weight: bold;
}

.hd10 {
font-size: 16px;
}

.hd11 {
font-size: 10px;
}

.hd12 {
font-size: 30px;
font-weight: bold;
}

.hd13 {
font-size: 10px;
z-index: 50px;
line-height: 12px;
}

.hd14 {
font-size: 11px;
color: 669966;
}

.hd15 {
font-size: 11px;
font-weight: bold;
line-height: 11px;
}

.hd16 {
font-size: 14px;
font-weight: bold;
line-height: 10px;
text-decoration: underline;
}

.tbl1 {
border: solid;
border-width: 2px;
margin: 0px;
padding: 0px;
}

input {
   font-size: 12px;
   color: #000000;
   background-color: #dddddd;
   padding: 2px;
   height: 22px;
   width: 130px;
}

input#ab {
   font-size: 14px;
   color: #000000;
   background-color: #ffffff;
   padding: 2px;
   height: 24px;
   width: 150px;
}

select {
   font-size: 12px;
   color: #000000;
   background-color: #ffffff;
   padding: 2px;
   height: 22px;
   width: 65px;
}


