
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;}

h1 {font-size: 20px; font-weight: bold; padding: 0px; margin: 0px;}
h2 {font-size: 18px; font-weight: bold; padding: 0px; margin: 0px;}
h3 {font-size: 16px; font-weight: bold; padding: 0px; margin: 0px;}
h4 {font-size: 14px; font-weight: bold; padding: 0px; margin: 0px;}
h5 {font-size: 12px; font-weight: bold; padding: 0px; margin: 0px;}

.thumb {margin: 0px 0px 7px 0px;}

.footer {font-size: 12px; color: #FFFFFF; text-decoration: none;}
.footer:link {font-size: 12px; color: #FFFFFF; text-decoration: none;}
.footer:visited {font-size: 12px; color: #FFFFFF; text-decoration: none;}
.footer:hover {font-size: 12px; color: #CCCCCC; 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: -450px;
    width: 900px;
    
    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');
}





