@charset "utf-8";
/* CSS Document */

.a_red{ color:#ec4d13; text-decoration:underline;}
.a_red:hover{ color:#ec7f13; text-decoration:underline; font-weight:bold;}
.a_red:visited {color:#ec4d13; text-decoration:underline;}
.a_red:active {color:#ec4d13; text-decoration:underline;}


.a_green{ color:#1c9d4c; text-decoration:underline;}
.a_green:hover{ color:#1c9d4c; text-decoration:underline; font-weight:bold;}
.a_green:visited{ color:#1c9d4c; text-decoration:underline;}
.a_green:active{ color:#1c9d4c; text-decoration:underline;}


.a_hei{ color:#666666; text-decoration:underline;}
.a_hei:hover{ color:#666666; text-decoration:underline; font-weight:bold;}
.a_hei:visited{ color:#666666; text-decoration:underline;}
.a_hei:active{ color:#666666; text-decoration:underline;}

.a_hei1{ color:#666666; text-decoration:none;}
.a_hei1:hover{ color:#666666; text-decoration:underline; font-weight:bold;}
.a_hei1:visited{ color:#666666; text-decoration:none;}
.a_hei1:active{ color:#666666; text-decoration:none;}


.a_yello{ color:#ec8813; text-decoration:underline;}
.a_yello:hover{ color:#ec8813; text-decoration:underline; font-style:italic;}
.a_yello:visited{ color:#ec8813; text-decoration:underline;}
.a_yello:active{ color:#ec8813; text-decoration:underline;}


.a_green1{ color:#00a33d; text-decoration:underline;}
.a_green1:hover{ color:#00a33d; text-decoration:underline; font-weight:bold;}
.a_green1:visited{ color:#00a33d; text-decoration:underline;}
.a_green1:active{ color:#00a33d; text-decoration:underline;}


.a_green2{ color:#00a33d; text-decoration:underline; font-size:10px;}
.a_green2:hover{ color:#00a33d; text-decoration:underline; font-size:10px; font-weight:bold;}
.a_green2:visited{ color:#00a33d; text-decoration:underline; font-size:10px;}
.a_green2:active{ color:#00a33d; text-decoration:underline; font-size:10px;}


