body {
    margin: 0;
    padding:0;
    font-family: Verdana;
    font-size: 9pt;
    text-decoration: none;
	line-height: 17px;
	color: #000000;
}

.font_8px {
    font-family: Verdana;
    font-size: 8px;
}

.font_8_5px {
    font-family: Verdana;
    font-size: 8.5px;
	line-height: 13px;
}

.font_9px {
    font-family: Verdana;
    font-size: 9px;
}

.font_10px {
    font-family: Verdana;
    font-size: 10px;
}

.font_11px {
    font-family: Verdana;
    font-size: 11px;
	line-height: 16px
}

.font_12px {
    font-family: Verdana;
    font-size: 12px;
}

.font_13px {
    font-family: Verdana;
    font-size: 13px;
}

.font_14px {
    font-family: Verdana;
    font-size: 14px;
}

.font_16px {
    font-family: Verdana;
    font-size: 16px;
}

.font_18px {
    font-family: Verdana;
    font-size: 18px;
}

.font_20px {
    font-family: Verdana;
    font-size: 20px;
}

.font_8px_bold {
    font-family: Verdana;
    font-size: 8px;
    font-weight: bold;
}

.font_9px_bold {
    font-family: Verdana;
    font-size: 9px;
    font-weight: bold;
}

.font_10px_bold {
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
}

.font_11px_bold {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
}

.font_12px_bold {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

.font_13px_bold {
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
}

.font_14px_bold {
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
}

.font_16px_bold {
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
}

.font_18px_bold {
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
}

.font_20px_bold {
    font-family: Verdana;
    font-size: 20px;
    font-weight: bold;
}

a:link {
    color: #001A75;
    text-decoration: none;
}

a:visited {
    color: #005798;
    text-decoration: none;
}

a:hover {
    color: #FF6700;
    text-decoration: none;
}


