body {
    margin: 0;
    padding:0;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
	line-height: 14px;
	color: #000000;
}

.font_8px {
    font-family: Arial;
    font-size: 8px;
}

.font_8_5px {
    font-family: Arial;
    font-size: 8.5px;
	line-height: 13px;
}

.font_9px {
    font-family: Arial;
    font-size: 9px;
}

.font_10px {
    font-family: Arial;
    font-size: 10px;
}

.font_11px {
    font-family: Arial;
    font-size: 11px;
}

.font_12px {
    font-family: Arial;
    font-size: 12px;
}

.font_13px {
    font-family: Arial;
    font-size: 13px;
}

.font_14px {
    font-family: Arial;
    font-size: 14px;
}

.font_16px {
    font-family: Arial;
    font-size: 16px;
}

.font_18px {
    font-family: Arial;
    font-size: 18px;
}

.font_20px {
    font-family: Arial;
    font-size: 20px;
}

.font_8px_bold {
    font-family: Arial;
    font-size: 8px;
    font-weight: bold;
}

.font_9px_bold {
    font-family: Arial;
    font-size: 9px;
    font-weight: bold;
}

.font_10px_bold {
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
}

.font_11px_bold {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}

.font_12px_bold {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.font_13px_bold {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}

.font_14px_bold {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

.font_16px_bold {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}

.font_18px_bold {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
}

.font_20px_bold {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
}

a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #999999;
    text-decoration: none;
}

a.black_link:link {
    color: #000000;
    text-decoration: none;
}

a.black_link:hover {
    color: #722A0A;
}

a.black_link:visited {
    color: #0000001;
    text-decoration: none;
}

a.green_link:link {
    color: #60632E;
    text-decoration: none;
}

a.green_link:hover {
    color: #722A0A;
    text-decoration:underline;
}

a.green_link:visited {
    color: #60632E;
    text-decoration: none;
}

a.blue_link:link {
    color: #566271;
    text-decoration: none;
}

a.blue_link:hover {
    color: #722A0A;
    text-decoration:underline;
}

a.blue_link:visited {
    color: #566271;
    text-decoration: none;
