 
/* body page and font */  
body {
background-color: #ffffff; 
background-image:url(../images/pagebkg.gif);
font-family: arial;
font-size: 11pt;
color: #755200;
margin:0px 0px 0px;  /* top 5, left 55, bottom 5 */
margin-right: 0px; /* 55 */
scrollbar-3dlight-color:;
scrollbar-arrow-color:#6699CC;
scrollbar-track-color: ;
scrollbar-darkshadow-color:;
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:;
scrollbar-shadow-color:;
}

H3 {color: #6699CC;
text-align:center;
}

/* nav links */ 
A.nav:link {color: #6699CC; text-decoration : underline; font-family: verdana; font-size : 11pt; font-weight : bold; background: transparent;} 
A.nav:visited {color: #6699CC; text-decoration : underline; font-family: verdana; font-size : 11pt; font-weight : bold; background: transparent;} 
A.nav:hover {color: #FFFFFF; text-decoration : none; font-family: verdana; font-size : 11pt; font-weight : bold; background: #6699CC;}

/* all links */ 
A:link {color: #6699CC; text-decoration : underline; font-family: arial; font-size : 11pt; font-weight : normal; background: transparent;} 
A:visited {color: #6699CC; text-decoration : underline; font-family: arial; font-size : 11pt; font-weight : normal; background: transparent;} 
A:hover {color: #FFFFFF; text-decoration : underline; font-family: arial; font-size : 11pt; font-weight : normal; background: #6699CC;}

/* top links */ 
A.scrolltop:link {color: #6699CC; text-decoration : underline; font-family: verdana; font-size : 10pt; font-weight : normal; background: transparent;} 
A.scrolltop:visited {color: #6699CC; text-decoration : underline; font-family: verdana; font-size : 10pt; font-weight : normal; background: #6699CC;} 
A.scrolltop:hover {color: #FFFFFF; text-decoration : underline; font-family: verdana; font-size : 10pt; font-weight : normal; background: #6699CC;}


/* copyright */ 
b.copyright{color: #FFFFFF; font-family: verdana; font-size : 8pt; font-weight : normal; background: transparent;} 


TD.notesLeft {
background-image: url('../images/leftsidebkg.jpg');
}

TD.notesRight {
background-image: url('../images/rightsidebkg.jpg');
}

TD.footerBkg {
background-image: url('../images/footerbkg.gif');
}

TD.bannerBkg {
background-image: url('../images/bannerbkg.gif');
}

TD.pageBkg {
background-image: url('../images/pagebkg.gif');
}













