/* Font Style */
body{font-family: Tahoma, "MS Sans Serif", sans-serif;font-size: 12px;color: #000000;text-decoration: none;}

a { text-decoration:none;color:#666666;}
a:hover{ text-decoration:underline;}

/* text style */
.txt_bold{font-weight:bold;}
.txt_em{font-style:italic;}


h1{font-size: 12px;}
h2{font-size: 11px;display:inline;}


/* color link hover */
.txt_color_ffffff{ color:#ffffff;} /* white*/
.txt_color_000000{ color:#000000;} /* black*/
.txt_color_666666{ color:#666666;} /* grey text */
.txt_color_007eca{ color:#007eca;} /*blue*/
.txt_color_ff6600{ color:#ff6600;} /*orange*/
