/* CSS CONTROLS FOR GEODUCK'S WEB PAGE. 2005 */

/* BACKGROUND AND BASIC FONT INFO */

body { background-color: #41A7FC;
       font-family: arial, sans-serif;
       font-size: 12pt;
       color: #00000;
       padding: 10px 10px 10px 10px
       }

/* LINK COLORS AND ACTIONS*/

a.nav:link         { color: #0000FF; } 
       
a.nav:visited      { color: #0005BC; } 

a.nav:active       { color:  #40FFFF; } 

a.nav:hover        { color: #EDFD37; 
                     text-decoration: none; } 

h1          {font-family: arial, sans-serif;
            font-size: 23pt; 
            line-height: 23pt;
            } 


h2          {font-family: arial, sans-serif;
            font-size: 19pt; 
            line-height: 18pt;
            } 


h3          {font-family: arial, sans-serif;
            font-size: 16pt; 
            line-height: 16pt;
            } 


/* TITLES */
b.titles    {font-family: arial, sans-serif;
            font-size: 15pt; 
            line-height: 14pt;
            } 

/* STANDARD BOLD TEXT */

b.norm      {font-family: arial, sans-serif;
            font-size: 13pt; 
            line-height: 14pt;
            } 


/* MORE SUBTLE BOLD TEXT */

b.shrunk     {font-family: arial, sans-serif;
            font-style: bold; 
            font-size: 11pt; 
            line-height: 13pt;
            } 


/* SMALLER NON-ITALIC TEXT */
i.small     {font-family: arial, sans-serif;
            font-size: 10pt;
            line-height: 12pt;
            font-style: normal;
            color: #00000;
            }


/* EXTRA SMALL NON-ITALIC TEXT */
i.tiny     {font-family: arial, sans-serif;
            font-size: 7pt; 
            line-height: 10pt;
            font-style: normal;
            color: #00000;
            } 


/* BIG YELLOW TEXT */

b.bigyellow  {font-family: arial, sans-serif;
            font-size: 17pt; 
            line-height: 14pt;
            color: #EDFD37;
            } 


/* CREDIT (CENTERED) PARAGRAPH */

p.credits {text-align: center;
           width: 100%;
           }

/* CREDIT TEXT */

i.credits  {color: #000000; 
            font-family: arial, sans-serif;
            font-size: 10pt; 
            line-height: 12pt;
            letter-spacing: 1pt;
            } 

/* CENTERED BORDERLESS TABLE */

table.norm  {border: 0;
               margin-left: auto;
               margin-right: auto;
               }

/* BLUE AND YELLOW LINE BREAK */

table.line  {background-color: #6FC0FF;
              width: 100%;
              height: 5;
              margin-top: 20pt;
              margin-bottom: 20pt;                 
                 }

td.line     {background-color: #CFD39F;
              width: 100%;
              height: 3;                 
                 }
                 
/*SMALL BLUE LINE BREAK*/

table.tinyline  {background-color: #6FC0FF;
              width: 60;
              height: 1;
              margin-top: 10pt;
              margin-bottom: 10pt;  
              margin-left: auto;
              margin-right: auto;               
                 }

td.tinyline     {background-color: #6FC0FF;
              width: 100%;
              height: 1;                 
                 }
                 
                 

/* CENTERED LIGHT BLUE OUTLINED BOX */

table.bluebox {background-color: #6FC0FF;
               border: 0;
               margin-top: 30pt;
               margin-bottom: 20pt;  
               border-spacing: 5px;
               margin-left: auto;
               margin-right: auto;
               }

td.bluebox    {background-color:  #41A7FC;
               }







   
         


                                                                                          