/* CSS Document */

.font_1 {
font-family: Tahoma;
font-size: 12px;
color: #666666;
font-weight: bold;
}

.font_2 {
font-family: Tahoma;
font-size: 11px;
color: #666666;
}

a.font_3 {
font-family: Tahoma;
font-size: 11px;
color: #000000;
text-decoration:none;
}

a.font_3:hover {
font-family: Tahoma;
font-size: 11px;
color: #000000;
text-decoration:underline;
}
