
/* Combined style sheet for the index pages and the slide pages. */

/* Style for all bodies and to control the margin on top. */


body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    color: #000080;
    margin: 0px;
    padding: 0px;
    background-color: #F0F0F0;
    background-image: url(background.jpg);
  }


html {
    scrollbar-face-color: #ACC2E3;
    scrollbar-highlight-color: #F7F7F7;
    scrollbar-shadow-color: #F7F7F7;
    scrollbar-3dlight-color: #ACC2E3;
    scrollbar-arrow-color: #F7F7F7;
    scrollbar-track-color: #F7F7F7;
    scrollbar-darkshadow-color: #ACC2E3;
    scrollbar-base-color: #F7F7F7;
    overflow-x: auto;
    /*overflow-y: auto;
    */;
  }

/* Style for the Image/Folder Path Information */
.bpppath {
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

/* Style for the Top bar */
.topbar {
	background-color: #6595D6;
	background-image: url(./classic.gif);
	background-repeat: repeat-x;
	height: 25px;
}

/* Custom link styles */


a:active {
    color : #000080;
    text-decoration : none;
  }


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


a:link {
    color : #000080;
    font-weight : bold;
    text-decoration : none;
  }


a:hover {
    text-decoration: none;
    color: red;
  }

