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


.blacktext_link {
font-family: Arial;
font-size: 14px;
color: #000000;
text-decoration: none;
font-weight: bold;
line-height: 120%;
}
.blacktext_link:hover {
font-family: Arial;
font-size: 14px;
color: #999999;
text-decoration: none;
font-weight: bold;
line-height: 120%;
}
.normaltext {
font-family: Arial;
font-size: 14px;
color: #666666;
line-height: 19px;
}
.greentext_link {
font-family: Arial;
font-size: 14px;
color: #4c7029;
text-decoration: none;
font-weight: bold;
line-height: 120%;
}
.greentext_link:hover {
font-family: Arial;
font-size: 14px;
color: #8dab70;
text-decoration: none;
font-weight: bold;
line-height: 120%;
}
.purpletext_link {
font-family: Arial;
font-size: 14px;
color: #5b2970;
text-decoration: none;
font-weight: bold;
line-height: 120%;
}
.purpletext_link:hover {
font-family: Arial;
font-size: 14px;
color: #b26dcf;
text-decoration: none;
font-weight: bold;
line-height: 120%;
}
.bluetext_link {
font-family: Arial;
font-size: 14px;
color: #0082d4;
text-decoration: none;
font-weight: bold;
line-height: 120%;
}
.bluetext_link:hover {
font-family: Arial;
font-size: 14px;
color: #91bdd9;
text-decoration: none;
font-weight: bold;
line-height: 120%;
}
.browntext_link {
font-family: Arial;
font-size: 14px;
color: #684900;
text-decoration: none;
font-weight: bold;
line-height: 120%;
}
.browntext_link:hover {
font-family: Arial;
font-size: 14px;
color: #9e8038;
text-decoration: none;
font-weight: bold;
line-height: 120%;
}
