@charset "utf-8";
/* CSS Document */

<style type="text/css">

.main a { text-decoration: underline; }
.main a:link { color: #000000; }
.main a:visited { color: #000000; }
.main a:active { color: #000000; }
.main a:hover { text-decoration: none; }

.buttons a { text-decoration: none; font-weight:bold }
.buttons a:link { color: #CCCCFF; text-decoration: none; font-weight:bold }
.buttons a:visited { color: #CCCCFF; text-decoration: none; font-weight:bold }
.buttons a:active { color: #CCCCFF; text-decoration: none; font-weight:bold }
.buttons a:hover { color: #FFFFFF; text-decoration: none; font-weight:bold }

.mymenu a { text-decoration: underline; }
.mymenu a:link { color: #FFFFFF; }
.mymenu a:visited { color: #FFFFFF; }
.mymenu a:active { color: #FFFFFF; }
.mymenu a:hover { color: #80E200; }

.loginerror a { text-decoration: underline; }
.loginerror a:link { color: #FF0000; }
.loginerror a:visited { color: #FF0000; }
.loginerror a:active { color: #FF0000; }
.loginerror a:hover { text-decoration: none; }

.header_whitelink a { text-decoration: none; }
.header_whitelink a:link { color: #FFFFFF; }
.header_whitelink a:visited { color: #FFFFFF; }
.header_whitelink a:active { color: #FFFFFF; }
.header_whitelink a:hover { text-decoration: none; }

.style_bodytext a { text-decoration: underline; }
.style_bodytext a:link { color: #CCCCCC; }
.style_bodytext a:visited { color: #CCCCCC; }
.style_bodytext a:active { color: #CCCCCC; }
.style_bodytext a:hover { text-decoration: none; color: #FFFFFF; }

.body2 a { text-decoration: underline; }
.body2 a:link { color: #CCCCCC; }
.body2 a:visited { color: #CCCCCC; }
.body2 a:active { color: #CCCCCC; }
.body2 a:hover { text-decoration: none; color: #FFFFFF; }

.footer a { text-decoration: underline; font-size: 10px; }
.footer a:link { color: #CCCCFF; }
.footer a:visited { color: #CCCCFF; }
.footer a:active { color: #CCCCFF; }
.footer a:hover { text-decoration: none; }

.footer_whitelink a { text-decoration: underline; font-size: 10px; }
.footer_whitelink a:link { color: #FFFFFF; }
.footer_whitelink a:visited { color: #FFFFFF; }
.footer_whitelink a:active { color: #FFFFFF; }
.footer_whitelink a:hover { text-decoration: none; }


.header {color: #FFFFFF;}
.style_heading {font-size: 14px; font-weight:bold; color: #FFFFFF;}
.style_bodytext {color: #CCCCCC;}
.style_loginfail {color: #FF0000;}
.style_white {color: #FFFFFF;}
.style_lightpurple {font-weight: bold; color: #CCCCFF;}
.hidden {display:none}
.footer_nolink {font-size: 10px;}
.copyright {color: #CCCCCC;}

</style>