/*=======================================================
 * Style for BODY
 *=======================================================*/
BODY {
background-color: #ffffff;
background-image: url("images/bk.jpg");
}


/*=======================================================
 * Style for TABLE text
 *=======================================================*/
table {
  font-size : 12px;
  color: #333333;
  font-weight: normal;
  line-height: 18px;
}


/*=======================================================
 * Style for link
 *=======================================================*/
a:link{text-decoration:underline; color:#6666CC;}
a:visited{text-decoration:underline; color:#6666CC;}
a:active{text-decoration:none; color:#6666CC;}
a:hover {text-decoration:none; color:#FF3366;} /*IE$B@lMQ(J*/



/*=======================================================
 * Style for Font
 *=======================================================*/
.text12pxr     { color: #ff0000; font-weight: normal; font-size: 12px; line-height: 16px }
.text12pxw     { color: #ffffff; font-weight: normal; font-size: 12px; line-height: 16px }
}
.TA01{
  font-size : 12px;
  font-family : Verdana;
  padding: 5;
  line-height : 170%;
  color : #404040;
  background-color : #ffffff;
  border-top : 1px dotted #339900 ;
  border-bottom : 1px dotted #339900 ;
  border-left : 1px dotted #339900 ;
  border-right : 1px dotted #339900 ;
}
.TA02{
  font-size : 12px;
  font-family : Verdana;
  padding: 5;
  line-height : 170%;
  color : #404040;
  background-color : #ffffff;
  border-top : 1px dotted #CC9900 ;
  border-bottom : 1px dotted #CC9900 ;
  border-left : 1px dotted #CC9900 ;
  border-right : 1px dotted #CC9900 ;
}
.TA03{
  font-size : 12px;
  font-family : Verdana;
  padding: 5;
  line-height : 170%;
  color : #404040;
  background-color : #ffffff;
  border-top : 1px dotted #0066CC ;
  border-bottom : 1px dotted #0066CC ;
  border-left : 1px dotted #0066CC ;
  border-right : 1px dotted #0066CC ;
}