body {
    margin: 0;
    padding:0;
    font-family: Arial;
    font-size: 12px;
	line-height: 14px;
    text-decoration: none;
	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;
	line-height: normal;
}

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

.font_11px_spaced {
    font-family: Arial;
    font-size: 11px;
	line-height: 17px;
}

.font_11px_white {
    font-family: Arial;
    font-size: 11px;
	line-height: 17px;
	color:#FFFFFF;
}

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

.font_12px_2 {
    font-family: Arial;
    font-size: 12px;
	line-height: 20px;
}

.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:underline;
}

a:visited {
    color: #660066;
}

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