body {
	background-color: #C0DCC0;
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	scrollbar-face-color: #900A0C; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #FFFFFF; scrollbar-3dlight-color: #000080; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #00005E; scrollbar-darkshadow-color: #000080
}
a {
	background-color: transparent;
	color: #550000;
	text-decoration: underline; 
}
a:visited {
	background-color: transparent;
	color: #003300;
	text-decoration: none; 
}
a:hover {
	background-color: transparent;
	color: #AD1418;
	text-decoration: underline; 
}

h1 {  font-family: Arial, Helvetica, sans-serif;  color: #000000; font-size: 18pt; font-weight: bold; background-color: transparent;}
h2 {  font-family: Arial, Helvetica, sans-serif;  color: #000000; font-size: 16pt; font-weight: bold; background-color: transparent;}
h3 {  font-family: Arial, Helvetica, sans-serif;  color: #000000; font-size: 14pt; font-weight: bold; background-color: transparent;}
h4 {  font-family: Arial, Helvetica, sans-serif;  color: #000000; font-size: 12pt; font-weight: bold; background-color: transparent;}
h5 {  font-family: Arial, Helvetica, sans-serif;  color: #000000; font-size: 10pt; font-weight: bold; background-color: transparent;}
h6 {  font-family: Arial, Helvetica, sans-serif;  color: #000000; font-size:  8pt; font-weight: bold; background-color: transparent;}

hr { clear: both; color: #095B13;}


.detail-xx-large {
    color : #FF0000;
	font-size: 18pt;
    font-weight : normal;
}
.detail-x-large {
    color : #FF0000;
	font-size: 16pt;
    font-weight : normal;
}
.detail-large {
    color : #FF0000;
	font-size: 14pt;
    font-weight : normal;
}
.detail-medium {
    color : #FF0000;
	font-size: 12pt;
    font-weight : normal;
}
.detail-small {
    color : #FF0000;
	font-size: 10pt;
    font-weight : normal;
}
.detail-x-small {
    color : #FF0000;
	font-size: 8pt;
    font-weight : normal;
}

	
.detail-xx-large-color-bold {
    color : #003300;
	font-size: 18pt;
    font-weight : bold;
}
.detail-x-large-color-bold {
    color : #003300;
	font-size: 16pt;
    font-weight : bold;
	align: center;
}
.detail-xx-large-maroon-bold {
    color : maroon;
	font-size: 18pt;
    font-weight : bold;
}

/* 1-21-2008 Added new CSS class */
.detail-size14-normal {
    color : #003300;
	font-size: 14pt;
    font-weight : normal;
}

/* 1-26-2008 Added new CSS class */
.detail-size10-normal {
    color : #003300;
	font-size: 10pt;
    font-weight : normal;
}


/*  My notes & other stuff  */

/*
UL, LI, OL, DL, P {
	 margin-left: 4%; 
	 margin-right: 4%; 
	 list-style-type: square;  
	list-style-type: disc;
	 color:green;  
	 list-style: none; 
	 list-style: url(../graphics/sdi-rd.gif) disc;  
    font-size: x-large;
}

.indentlist { text-indent: 14pt}

.lar {text-indent: 14pt;
      font-size: 14pt;
}UL, LI, OL, DL, P {
	/* margin-left: 4%; */
	/* margin-right: 4%; */
	/* list-style-type: square; 
	list-style-type: disc;
	/* color:green;  */
	/* list-style: none; */
	/* list-style: url(../graphics/sdi-rd.gif) disc;  
    font-size: x-large;
}

.indentlist { text-indent: 14pt}

.lar {text-indent: 14pt;
      font-size: 14pt;
}
*/

/* background-image: url(what.ever);

    .dr { background-image: url(what.ever);
          background-repeat: repeat-x;
          margin: 1em number% 0;
          border: 3px double #999999;
          padding: (height-16-2*3)px 0 0; 
        }
    .dr HR { width: 0; line-height: (16+3)px }
Then call it with    <DIV CLASS=dr><HR></DIV>

.dr
{
        text-align: center;
        background-image: url(images/bar.gif);
        background-repeat: repeat-x;
        margin: 1em auto 0;
        padding: 1px 0 0; /* 17-16 */
/*        width: 496px;  */
/* } */
/*  .dr HR { width: 0; line-height: 16px; margin-right: 100%; }  */




/*
 body { color: black; background:white; font-family : Arial, Helvetica, sans-serif;}

 h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold}

:link { color: rgb(0, 97, 66) }  /* for unvisited links 

:visited { color: rgb(0, 97, 66) } /* for visited links 

:active { color: rgb(153, 153, 153) } /* when link is clicked 

:hover { color: rgb(227, 186, 0) } /* when mouse is over link 
*/

/*    This can go inside <body> tag or here in stylesheet
<!--   Place this in style sheets in image directory.
<STYLE type=text/css>BODY {
	SCROLLBAR-FACE-COLOR: #900A0C; SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; SCROLLBAR-SHADOW-COLOR: #FFFFFF; SCROLLBAR-3DLIGHT-COLOR: #000080; SCROLLBAR-ARROW-COLOR: #FFFFFF; SCROLLBAR-TRACK-COLOR: #00005E; SCROLLBAR-DARKSHADOW-COLOR: #000080
}
</STYLE>
-->
*/

