@charset "utf-8";
/* CSS Document */
.STYLE1 {color: #FFFFFF}
.txt_link
{
font-family:Arial;
color: #FFFFFF;
font-size:12px;
}

.txt_link a:link
{
color: #FFFFFF;
text-decoration:none;
}
.txt_link a:visited
{
color: #FFFFFF;
text-decoration:none;
}
.txt_link a:hover
{
color: #FFFFFF;
text-decoration:underline;
}
.txt_link a:active
{
color: #FFFFFF;
text-decoration:underline;
}
