@charset "utf-8";

.style1 {
    color: #FFFFFF;
}

.style3 {
    color: #FFFFFF;
    font-weight: bold;
}

.style4 {
    color: #FFFF00;
}

.style5 {
    color: #FFFFFF;
}

.style16 {
    font-weight: bold;
}

.style18 {
    font-weight: bold;
}

body,
td,
th {
    color: #99FF33;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #CCCC00;
}

a:link {
    color: #CCCC00;
    text-decoration: none;
    text-align: center;
}

a:visited {
    color: #CCCC00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
    text-align: center;
}

body {
    background-color: #000;
    background-image: ;
    margin-left: 0px;
    margin-top: 0px;
    background-repeat: repeat;
}

#menu-bar {
    width: 95%;
    margin: 0px 0px 0px 0px;
    padding: 0px 6px 0px 6px;
    height: 34px;
    line-height: 100%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    box-shadow: 0px 0px 0px #FEFEFE;
    -webkit-box-shadow: 0px 0px 0px #FEFEFE;
    -moz-box-shadow: 0px 0px 0px #FEFEFE;
    background: #000000;
    border: solid 1px #000000;
    position: relative;
    z-index: 999;
}

#menu-bar li {
    margin: 0px 6px 0px 6px;
    padding: 0px 0px 6px 0px;
    float: left;
    position: relative;
    list-style: none;
}

#menu-bar a {
    font-weight: normal;
    font-family: arial;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 6px 20px 15px 20px;
    margin: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    text-shadow: 0px 0px 0px #000000;
}

#menu-bar .active a,
#menu-bar li:hover  a {
    background: #0399D4;
    background: linear-gradient(top,  #C4D1EB,  #7286B5);
    background: -ms-linear-gradient(top,  #C4D1EB,  #7286B5);
    background: -webkit-gradient(linear, left top, left bottom, from(#C4D1EB), to(#7286B5));
    background: -moz-linear-gradient(top,  #C4D1EB,  #7286B5);
    color: #444444;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-shadow: 2px 2px 3px #FFFFFF;
}

#menu-bar ul li:hover a,
#menu-bar li:hover li a {
    background: none;
    border: none;
    color: #666;
    -box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#menu-bar ul a:hover {
    background: #0399D4 !important;
    background: linear-gradient(top,  #04ACEC,  #0186BA) !important;
    background: -ms-linear-gradient(top,  #04ACEC,  #0186BA) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#04ACEC), to(#0186BA)) !important;
    background: -moz-linear-gradient(top,  #04ACEC,  #0186BA) !important;
    color: #FFFFFF !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-shadow: 2px 2px 3px #FFFFFF;
}

#menu-bar ul {
    background: #DDDDDD;
    background: linear-gradient(top,  #FFFFFF,  #CFCFCF);
    background: -ms-linear-gradient(top,  #FFFFFF,  #CFCFCF);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
    background: -moz-linear-gradient(top,  #FFFFFF,  #CFCFCF);
    display: none;
    margin: 0;
    padding: 0;
    width: 185px;
    position: absolute;
    top: 34px;
    left: 0;
    border: solid 1px #B4B4B4;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-box-shadow: 2px 2px 3px #222222;
    -moz-box-shadow: 2px 2px 3px #222222;
    box-shadow: 2px 2px 3px #222222;
}

#menu-bar li:hover > ul {
    display: block;
}

#menu-bar ul li {
    float: none;
    margin: 0;
    padding: 0;
}

#menu-bar ul a {
    padding: 10px 0px 0px 5px;
    color: #424242 !important;
    font-size: 12px;
    font-style: normal;
    font-family: arial;
    font-weight: normal;
    text-shadow: 2px 2px 3px #FFFFFF;
}

#menu-bar ul li:first-child > a {
    border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
}

#menu-bar ul li:last-child > a {
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
}

#menu-bar:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#menu-bar {
    display: inline-block;
}

html[xmlns] #menu-bar {
    display: block;
}

* html #menu-bar {
    height: 1%;
}