/*----------------------------------------------------
base css for TGH

Copyright (C) 2003 nudeware
http://www.nudeware.com/
----------------------------------------------------*/

/* element -----------------------------------------*/

body{
  color :                #333333;
  background-color :     #FFFFFF;
  background-image :     url("../common/bg.gif");
  margin :               0px;
  padding :              0px;
}
  
td, th {
  color :                #333333;
  vertical-align :       top;
}

img {
  border :               0 none hidden ;
}

sup, sub {
  font-size :            60%;
}

a:link {
  color :                #333333;
  text-decoration :      none;
}

a:visited {
  color :                #333333;
  text-decoration :      none;
}

a:hover {
  color :                #FF6600;
  text-decoration :      underline;
}

a:active {
  color :                #FF6600;
  text-decoration :      underline;
}

.txt1 {
  font-size :            10px;
  line-height :          140%;
}

.txt1-lh {
  font-size :            10px;
  line-height :          180%;
}

/* class -------------------------------------------*/

.white {
  color :                #FFFFFF;
}

.yellow {
  color :                #FFFF66;
}

.link {
  color :                #FF6600;
}

