/* CSS Document */

body {
background-color: #000000;
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color : #ffffff;
}

a:link { color: #FFFF00; text-decoration: underline; }
a:visited { color: #FFFF00;text-decoration: underline; }
a:hover { color: #FFFF00; text-decoration: underline; }
a:active { color: #FFFF00; text-decoration: underline; }

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

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

.size12 {
font-size: 12px;
}

.size12yb {
font-size: 12px;
color: #FFFF00;
font-weight: bold
}

.size12ob {
font-size: 12px;
color: #FFCC33;
font-weight: bold
}

.size12wb {
font-size: 12px;
color: #FFFFFF;
font-weight: bold
}

.size10 {
font-size: 10px;
}

.size14 {
font-size: 14px;
}

.size16 {
font-size: 16px;
}

.size20 {
font-size: 20px;
}

.footer {
font-size: 9px;
color : #ffffff;
background-color: #000000;
}