BODY {
 background-attachment: fixed;
}

.MENU {
 font-size: 10pt;
 font-weight: 500;
 color: #121212;
 font-family: "arial", "helvetica", sans-serif;
}

.TITLE {
 font-size: 10pt;
 font-weight: 700;
 color: #212121;
 font-family: "Comic Sans MS", "arial", "helvetica", sans-serif;
}

.MENU2 {
 font-size: 9pt;
 font-weight: 800;
 color: #000000;
 font-family: "arial", "helvetica", sans-serif;

}
.STATUS {
 font-size: 18pt;
 font-weight: 900;
 color: #0045FF;
 font-family: "chasm", "arial", "helvetica", sans-serif;
}

.MAIN {
 font-size: 10pt;
 font-weight: 600;
 color: #111111;
 font-family: "arial", "helvetica", sans-serif;
}

.LETTER {
 font-size: 18pt;
 font-weight: 100;
 color: #FFFFFF;
 font-family: "arial", "helvetica", sans-serif;
}

H1 {
 font-size: 14pt;
 font-weight: 600;
 color: #0000FF;
 font-family: "arial", "helvetica", sans-serif;
}

B {
 font-size: 9pt;
 font-weight: 100;
 font-family: "arial", "helvetica", sans-serif;
 color: #FFFFFF;
}

TABLE {
 font-size: 9pt;
 font-weight: 100;
 font-family: "arial", "helvetica", sans-serif;
 color: #FFFFFF;
}

OL {
 font-size: 10pt;
 font-weight: 100;
 font-family: "arial", "helvetica", sans-serif;
 color: #FFFFFF;
}

UL {
 font-size: 10pt;
 font-weight: 100;
 font-family: "arial", "helvetica", sans-serif;
 color: #FFFFFF;
}

.NOUNDER {
 color: #00FFFF;
 text-decoration:underline;
}

A:link {
 font-weight:700;
 color: #0000FF;
 text-decoration:none;
}

A:hover {
 font-weight:700;
 color: #00FF00;
 text-decoration:underline overline;
}

A:active {
 font-weight:700;
 color: #FF0000;
 text-decoration:underline;
}