body {
    margin: 0 0 0 0;
    background-color: #6699CC;
    vertical-align: top;
    
    scrollbar-arrow-color: #00FFFF;
    scrollbar-face-color: #3399FF;
    scrollbar-highlight-color: #00FFFF;

    scrollbar-3dlight-color: #0000FF;
    scrollbar-darkshadow-color: #0000FF;
    scrollbar-shadow-color: #3300FF;
    scrollbar-track-color: #66CCFF;

}
   
table.hdrTab {
    border: 1px solid #0000ff;
   }

.hdrTitle {
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color:#000000
   }
   
img.imgHdr {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #0000ff;
   }
   
td.stripesCent {
    background-image:url(../images/stripesCenter.gif); 
    background-repeat:repeat-x;
    border-width: 0 0 0 0
   }

td.main {
    padding-right:15px;
    font-family: Times New Roman, Times, serif;
    font-size: 16px;
    vertical-align:top;
    width:750px;
   }

td.menuPt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;    
    width:160px
   }

div.menuCh {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#0000ff;
    width:150px
   }


/* For colored cells in tables */
table.bigRTab {
    background: #0000ff;
    color: #ffffff;
    font-weight:bold;
   }

td.bigRCell {
    font-weight:normal;
    background: #ddddff;
    color: #000000;
   }

td.bigRCellYN {
    font-weight:normal;
    background: #ddddff;
    color: #000000;
    text-align:center;
   }

   

/* Items in Menu */
a.MnuLnk:link {
    font-weight:bold;
    color:#0000ff; 
    text-decoration:none;
   }   
   
a.MnuLnk:visited {
    font-weight:bold;
    color:#0000ff;
    text-decoration:none;
   }   
   
a.MnuLnk:active {
    font-weight:bold;
    color:#0000ff; 
    text-decoration:none;
   }   
   
a.MnuLnk:hover {
    font-weight:bold;
    color:#ff0000; 
    text-decoration:none;
   }


a.MnuChLnk:link {
    color:#0000ff; 
    text-decoration:none;
   }   
   
a.MnuChLnk:visited {
    color:#0000ff;
    text-decoration:none;
   }   
   
a.MnuChLnk:active {
    color:#0000ff; 
    text-decoration:none;
   }   
   
a.MnuChLnk:hover {
    color:#ff0000; 
    text-decoration:none;
   }
/* end menu links */

.title {
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color:#0000ff
   }
  
.subTitle {
    font-weight:bold;
    font-size: 16px;
    color:#0000ff
   }
   
.yes {
    color: #000000;
   }

.no {
    color: #000000;
   }

.regLnk {
    color: blue;
    font-size: 12pt;
    text-decoration: none;
    font-weight: bold;
   }
   
   
.regLnk:hover {
    color: #ff0000;
   }
   
a.regLnk:hover img.thumbImg {
    border-color: #ff0000;
   }

.langLnk {
    color: blue;
    font-size: 10pt;
    text-decoration: none;
   }
   
img.thumbImg {
    border-color: blue;
    border-style: solid;
    border-width: 2px;
   }   

.notes {
    font-size:10pt;
   }

.gstLnk {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#0000ff;   
    text-decoration: none;
    font-weight: bold;
   }

.gstCurr {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#ff0000;   
    text-decoration: none;
    font-weight: bold;
   }

.mailLnk {
    color:#0000ff;   
    text-decoration: none;
    font-weight: bold;
   }   


.mailLnk:hover {
    color:#000000;   
    text-decoration: none;
    font-weight: bold;
   }  


.errMsg {
    font-weight: bold;
    color: red;
    font-family: Arial Narrow;
   }   

img.topImg {
    border:0;
   }   

ul {
    list-style-type: disc;
   }
