
body, table, tr, td, p, ul, ol, li, select, option, input, .norm {font: 14px Arial, Verdana, Geneva, Helvetica, sans-serif; color: #333333;}
a {color: #333333; text-decoration: underline;}
a:visited {color: #333333; text-decoration: underline;}
a:hover {color: #CC0000; text-decoration: none;}
.bold {font-weight: bold;}
.italic {font-style: italic;}
.title {font-size: 15px; font-weight: bold;}
.small {font-size: 10px;}
.copyr {font-size: 10px;}
.red {color: #CC0000;}
.blue {color: #0000CC;}
.green {color: #00CC00;}
.topbar {color: #FFFFFF; font-size: 15px; text-decoration: none;}
.topbar:link {color: #FFFFFF; font-size: 15px; text-decoration: none;}
.topbar:visited {color: #FFFFFF; font-size: 15px; text-decoration: none;}
.topbar:hover {color: #aad150; font-size: 15px; text-decoration: none;}
.lefttitle {color: #FFFFFF; font-size: 15px; font-weight: bold; text-decoration: none;}
.lefttitle:link {color: #FFFFFF; font-size: 15px; font-weight: bold; text-decoration: none;}
.lefttitle:visited {color: #FFFFFF; font-size: 15px; font-weight: bold; text-decoration: none;}
.lefttitle:hover {color: #FFFFFF; font-size: 15px; font-weight: bold; text-decoration: none;}
.left {color: #333333; font-size: 14px; text-decoration: none;}
.left:link {color: #333333; font-size: 14px; text-decoration: none;}
.left:visited {color: #333333; font-size: 14px; text-decoration: none;}
.left:hover, .lefton, .lefton:link, .lefton:visited, .lefton:hover {color: #333333; font-size: 14px; text-decoration: none; font-weight: bold;}
.footer {color: #333333; font-size: 14px;}
.bottom {color: #FFFFFF; font-size: 13px;}
.bottom:link {color: #FFFFFF; font-size: 13px; text-decoration: none;}
.bottom:visited {color: #FFFFFF; font-size: 13px; text-decoration: none;}
.bottom:hover {color: #aad150; font-size: 13px; text-decoration: underline;}

h1 {font-size: 35px; font-weight: bold; color: #3e3e3e; padding: 0px; margin: 0px;}
h2 {font-size: 18px; font-weight: bold; color: #333333; padding: 0px; margin: 0px;}
h3 {font-size: 16px; font-weight: bold; color: #FFFFFF; padding: 0px; margin: 0px;}
h4 {font-size: 17px; font-weight: bold; color: #a3420a; padding: 0px; margin: 0px;}
h5 {font-size: 18px; font-weight: bold; color: #3e3e3e; padding: 0px; margin: 0px;}
h6 {font-size: 16px; font-weight: bold; color: #3e3e3e; padding: 0px; margin: 0px;}
h7 {font-size: 18px; font-weight: bold; color: #ee1d23; padding: 0px; margin: 0px;}
h8 {font-size: 25px; font-weight: bold; color: #FFFFFF; padding: 0px; margin: 0px;}


.white {color: #FFFFFF;}
.white:link {color: #FFFFFF; text-decoration: underline;}
.white:visited {color: #FFFFFF; text-decoration: underline;}
.white:hover {color: #DDDDDD; text-decoration: none;}

.tabletitle {color: #FFFFFF; font-weight: bold; background-color: #37722a;}
.tabletitleorange {color: #FFFFFF; font-weight: bold; background-color: #a3420a;}
.tablesubtitle {color: #333333; background-color: #a8d04f;}
.tabledata {color: #333333; background-color: #FFFFFF;}
.tabledata2 {color: #333333; background-color: #d8f481;}
.tablebg {background-color: #000000;}

.trou {color: #333333; font-weight: bold; text-decoration: none;}
.trou:link {color: #333333; font-weight: bold; text-decoration: none;}
.trou:visited {color: #333333; font-weight: bold; text-decoration: none;}
.trou:hover {color: #478b42; font-weight: bold; text-decoration: none;}

.trouon, .trouon:link, .trouon:visited, .trouon:hover {color: #e61f22; font-weight: bold; text-decoration: none;}

.nodecoration {text-decoration: none;}






/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -490px;
    width: 980px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


