/* cpstyle2006.css - last modified 24 Apr 2009 */

a:link {
   color: #0e6e64; /*dark green*/
   text-decoration: none;
}

a:visited {
   color: #00A880; /* med. green */
   text-decoration: none;
}

a:hover {
   color: #ff9933; /*orange*/
   text-decoration: none;
}

a:active {
   color: #0E6E64; /*dark green*/
   text-decoration: none;
}

body {
   background-image: url(whtfltbk.jpg);
   font-family: Arial, Sans-Serif;
}

h1 { /* dark green */
   font-family: Arial, Sans-Serif;
   font-size: 22pt;
   color: #0E6E64;
}

h2 { /* dark green */
   font-family: Arial, Sans-Serif;
    font-size: 20pt;
    color: #0E6E64;}

h3 { /* dark green */
   font-family: Arial, Sans-Serif;
   font-size: 18pt;
   color: #0E6E64;}

hr { /*mid green */
   color: #00A9A4;
} 

ul {
   list-style-image: url(grndiam.gif);
}

.caption {
   cursor: hand;
   font-family: Arial, Sans-Serif;
   font-size: 14pt;
   font-style: normal;
   color: black;
   text-decoration: none;
}

.change {
   cursor: hand; 
   font-family: Arial, Sans-Serif;
   font-size: 9pt;
   font-style: normal;
   color: #ff0089;/*fuschia*/
   text-decoration: none;
}

.cite {
   cursor: hand; 
   font-family: Arial, Sans-Serif;
   font-size: 8pt;
   font-style: italic;
   color: black;
   text-decoration: none;
}

.footer {
   font-family: Arial, Sans-Serif;
   font-size: 9pt;
   color: #0fc880; /dk eva green=0fc880; eva green=*#14f090;*/
   text-decoration: none;
}

.graytext {
   font-family: Arial, Sans-Serif;
   font-size: 12pt;
   font-style: normal;
   color: gray;
   text-decoration: none;
 }

.head {
   font-family: Arial, Sans-Serif;
   font-style: normal;
   font-size: 18pt;
   color: #0e6e64;
   text-decoration: none;
 }

.highlight {
   font-family: Arial, Sans-Serif;
   font-style: normal;
   font-size: 14pt;
   color: red;
   text-decoration: none;
 }

.info {
   cursor: hand; 
   font-family: Arial, Sans-Serif;
   font-size: 10pt;
   font-style: normal;
   color: black;
   text-decoration: none;
}

.jump {
   cursor: hand;
   font-family: Arial, Sans-Serif;
   font-style: normal;
   font-size: 11pt;
   color: #0e6e64;  /*0fc880 = visited green*/
   text-decoration: none;
}

.link {
   cursor: hand;
   font-family: Arial, Sans-Serif;
   font-style: normal;
   font-size: 11pt;
   color: #0e6e64;  /*0fc880 = visited green*/
   text-decoration: underline;
}

.menu { 
   cursor: hand;
   font-family: Arial, Sans-Serif;
   font-style: normal;
   font-size: 14pt;
   color: #0e6e64; /*0fc880 = visited green*/
   text-decoration: none;
}

#navleft {    /*only applies to index.htm */
   color: lime;
   font-family: Arial, Sans-Serif;
   font-style: normal;
   font-size: 30pt;
   font-weight: bold;
   margin-left: 225px;
   margin-top: 90px;
   padding: 0px;
   position: absolute;
   text-decoration: none;
   width: 610px;
   z-index: 2;
}

.redtext {
   font-family: Arial, Sans-Serif;
   font-size: 12pt;
   font-style: normal;
   color: red;
   text-decoration: none;
 }

.subtitle {
   cursor: hand;
   font-family: Arial, Sans-Serif;
   font-style: normal;
   font-size: 16pt;
   color: #0FC880;
   text-decoration: none;
}  

.text {
   font-family: Arial, Sans-Serif;
   font-size: 12pt;
   font-style: normal;
   color: black;
   text-decoration: none;
 }

.title {
   font-family: Tahoma, Sans-Serif;
   font-style: normal;
   font-size: 28pt;
   color: #14f090; /*0fc880*/
   text-decoration: none;
}

.titlesm {
   font-family: Tahoma, Sans-Serif;
   font-style: normal;
   font-size: 26pt;
   color: #14f090; /*0fc880*/
   text-decoration: none;
}

.topin {
   cursor: hand; 
   font-family: Arial, Sans-Serif;
   font-style: normal;
   font-size: 9pt;
   color: navy;
   text-decoration: none;
 }

.topbot {
   cursor: hand; 
   font-family: Arial, Sans-Serif;
   font-weight: bold;
   font-size: 11pt;
   color: blue;
   text-decoration: none;
}

