

/* Basic Link Settings */
A:link {
    font-family: arial;
    color: blue;
    font-size:10pt;
    text-decoration: none}

/* Basic Visited Link Settings */
A:visited {
    font-family: arial;
    color: blue;
    font-size:10pt;
    text-decoration: none}

/* Basic Active Link Settings */
A:active {
    font-family: arial;
    color: red;
    font-size:10pt;
    text-decoration: underline}

/* Basic Hover Link Settings */
A:hover {
    font-family: arial;
    color: red;
    font-size:10pt;
    text-decoration: underline}

/* Font settings for Tutorial text */
.spBody {
	font-family: arial;
	font-size: 12pt}
	
/* Font settings for Title Blocks */
.spTitle {
    color: #999999;
    font: times new roman;
    font-size: 14pt}

/* Font settings for Paragraph text */
.spPara {
    font-family:  courier;
    font-size: 10pt}

/* Font settings for the Directory layout */
.spIndexLayout {
	font-family: arial;
	font-size: 12pt}
	
/* Classes for Menu Reactions */
.menuClass {
    position: absolute;
    visibility: hidden}

/* Class for Preview Image on file list pages */
.previewClass {
    background-color:rgb(250,250,250);
    position:absolute;
    left:500;
    visibility: hidden}

/* Class for Copyright Text at bottom of page */
.spCopyright {
    color: #787878;
    font-family:  arial;
    font-size: 8pt}

/* End of style section. Generated by AceHTML at 12/7/2000 2:04:05 PM */
