body
{
 font-family: Arial, Helvetica, sans-serif;
 background-color : #FFFFFF;
 margin: 0px 0px 0px 0px;
 color: #6F685E;
}

td {font-size: 75%;}

.t70 {font-size: 70%;}
.t75 {font-size: 75%;}
.t80 {font-size: 80%;}
.t85 {font-size: 85%;}
.t90 {font-size: 90%;}
.t95 {font-size: 95%;}
.t100 {font-size: 100%;}
.t120 {font-size: 120%;}
.t150 {font-size: 150%;}

a {color: #1B2A8F;}
.w {color: #FFFFFF;}


a:link      {text-decoration: underline;}
a:visited   {text-decoration: underline;}
a:hover     {text-decoration: none;}
a:active    {text-decoration: underline;}

.l1:link      {text-decoration: underline;}
.l1:visited   {text-decoration: underline;}
.l1:hover     {text-decoration: none;}
.l1:active    {text-decoration: underline;}

.l1y2:link      {text-decoration: underline; color: #8F7553;}
.l1y2:visited   {text-decoration: underline; color: #8F7553;}
.l1y2:hover     {text-decoration: none; color: #8F7553;}
.l1y2:active    {text-decoration: underline; color: #8F7553;}

.l1y3:link      {text-decoration: underline; color: #CC6633;}
.l1y3:visited   {text-decoration: underline; color: #CC6633;}
.l1y3:hover     {text-decoration: none; color: #CC6633;}
.l1y3:active    {text-decoration: underline; color: #CC6633;}

.l2:link      {text-decoration: none;}
.l2:visited   {text-decoration: none;}
.l2:hover     {text-decoration: underline;}
.l2:active    {text-decoration: none;}

.l2y:link      {text-decoration: none; color: #F5ECDB;}
.l2y:visited   {text-decoration: none; color: #F5ECDB;}
.l2y:hover     {text-decoration: underline; color: #F5ECDB;}
.l2y:active    {text-decoration: none; color: #F5ECDB;}

.l2y2:link      {text-decoration: none; color: #8F7553;}
.l2y2:visited   {text-decoration: none; color: #8F7553;}
.l2y2:hover     {text-decoration: underline; color: #8F7553;}
.l2y2:active    {text-decoration: none; color: #8F7553;}

.l2y3:link      {text-decoration: none; color: #D0A27F;}
.l2y3:visited   {text-decoration: none; color: #D0A27F;}
.l2y3:hover     {text-decoration: underline; color: #D0A27F;}
.l2y3:active    {text-decoration: none; color: #D0A27F;}

form {margin: 0;}

INPUT.edit /* Edit */
{
 COLOR: #444444;
 BACKGROUND: #FEFCF9;
 PADDING: 0 3 0 3;
 FONT-SIZE: 12;
}

textarea /* Memo */
{
 COLOR: #444444;
 BACKGROUND: #FEFCF9;
 PADDING: 0 3 0 3;
 FONT-SIZE: 12;
}

INPUT.btn
{
 BACKGROUND: #FFFFFE;
 BORDER: 1px solid #DACAB5;
 padding: 1 0 1 0;
 COLOR: #CC6633;
 font-weight: bold;
 FONT-SIZE: 12px;
}