
.background { 
              background:       rgb(148,175,214);
              text-align:       center;
 	      color:            #000000;
            }
.text       { font-family:      georgia, times new roman;
              font-size:        18px;
	      line-height:      26px;
              text-indent:      2em;
		      }
.itext      { font-family:      georgia, times new roman;
              font-size:        18px;
	      line-height:      26px;
	      font-style:	italic;
            }
.nitext     { font-family:      georgia, times new roman;
              font-size:        18px;
              line-height:      26px;
            }
.sumry      { font-family:      times new roman;
              font-size:        17px;
	      line-height:      24px;
              text-indent:      0em;
	         }
.irtext     { font-family:      arial;
              font-size:        17px;
	      line-height:      24px;
              text-indent:      0em;
              font-style:	italic;
	         }
.endnt      { font-family:      arial;
              font-size:        13px;
	      line-height:      15px;
              text-align: 	left; 
            }
.mediumtext { font-family:      georgia, arial;
              font-size:        16px;
              text-align:       left;
	      line-height:      23px;
	    }
.mediumind3 { font-family:      georgia, arial;
              font-size:        16px;
              text-align:       left;
	      line-height:      23px;
	    }
.mediumind6 { font-family:      georgia, arial;
              font-size:        16px;
              text-align:       left;
	      line-height:      23px;
	    }
.smalltext  { font-family:      georgia, arial;
              font-size:        14px;
              text-align:       left;
	      line-height:      21px;
	    }
.subtitle   { font-family:      Georgia, arial;
              color:            #5A4651;
              font-size:        36px;
              line-height:      42px;
              font-style:       italic;
            }
.free       { font-family:      georgia, times new roman;
              font-size:        15px;
              text-align:       center;
	      line-height:      22px;
				  color:            #000000;
	         }
.asterisk   { font-family:      georgia, times new roman;
              font-size:        12px;
              text-align:       center;
	           line-height:      16px;
	         }
.printext   { font-family:      verdana, arial;
              font-size:        14px;
              text-align:       center;
	      line-height:      21px;
              color:            #92573a;
              color:            #804000;
              color:            brown;
            }
.list       { font-family:      georgia, times new roman;
              font-size:        18px;
	      line-height:      21px;
              text-align:       left;
              text-indent:      -1.5em;
            }
.smlist     { font-family:      georgia, times new roman;
              font-size:        14px;
	      line-height:      21px;
              text-align:       left;
              text-indent:      -1.5em;
            }
.header1    { font-family:      georgia, arial;
              font-size:        28px;
              line-height:      34px;
              font-style:       normal;
            }
.header2    { font-family:      georgia, arial;
              font-size:        21px;
              line-height:      26px;
              font-style:	bold;
            }
.h2list     { font-family:      georgia, arial;
              font-size:        21px;
              line-height:      26px;
              font-style:	bold;
              text-indent:      -2.9em;
            }
a           { color:            #808080;  
              font-weight:      bold;
            }
a:link      { text-decoration:  underline; color: #0000df; }
a:visited   { text-decoration:  underline; color: #0000df; }
a:hover     { text-decoration:  underline; color: #df0000; }
a:active    { text-decoration:  underline; color: #0000df; }

p.endnt, 
p.sumry { width:            600; 
              text-align:       left; 
            }
p.text, p.nitext, p.endnt, p.sumry, 
p.smalltext { width:            580; 
              text-align:       left; 
            }
p.mediumtext { width:            550;
             text-align:         left;
            }
p.mediumind3 { width:            550;
             text-align:         left;
             padding-left:        3em;
            }
p.mediumind6 { width:            550;
             text-align:         left;
             padding-left:        6em;
            }
p.irtext    { width:            550; 
              text-align:       center;
            }
p.asterisk  { width:            550; 
              text-align:       justify;	
	      color:            rgb(200,50,75);
            }
p.free,
p.printext  { width:            550; 
             text-align:       justify;	
            }
p.list,
p.smlist    { width:              555;
              text-align:         left;
              padding-left:       45;
            }

table       { border-color:       black;
            }
table.small { border-width:     7;
                    border-color:     #8C0000;
                    background:       #F0E9B7;
                    width:            370;
            }
table.maintable
            { border:           7px solid black;
              background:       #d2e2ff;
              width:            700;
            }

/*-----------------------------------------------------------------------*/
/* COLORS: 
(#000000;=black)
(#ffffff;=white)
(#F0E9B7;=maize)
(#8C0000;=brown)
(#888888;=gray1)
(#808080;=gray2)
(#d2e2ff;=sky [blue]) 
*/

.center         { width:            700; }
.topnavsky ul   { margin:           0;
                  padding:          0;
                  text-align:       center;
                }
.topnavsky li   { margin:           0;
                  padding:          0;
                  padding-top:      2;
                  padding-bottom:   0;
                  float:            left; 
                  list-style:       none;
                  font-family:      verdana;
                  font-size:        10px;
                  line-height:      14px;
			vertical-align:   bottom;
			margin-left:      5;
    			margin-right:     0;
		 }
.topnavsky li a  { display:         block;
                  padding-top:      2;
                  padding-bottom:   4;
                  float:            center;
                  list-style:       none;
                  color:            #8C0000; /*brown*/     
                  background:       #d2e2ff; /*sky*/
                  width:            165;
		  font-weight:      bold;
                  height:           32;
			border-top:       2px solid #000000; /*black*/
			border-left:      2px solid #000000; /*black*/
			border-right:     2px solid #000000; /*black*/
			border-bottom:    2px solid #d2e2ff; /*sky*/
                 }
.topnavsky li font  { display:         block;
                  padding-top:      2;
                  padding-bottom:   0;
                  float:            center;
                  list-style:       none;
                  color:            #8C0000; /*brown*/     
                  background:       #d2e2ff; /*sky*/
                  width:            165;
		  font-weight:      bold;
                  height:           44;
			border-top:       2px solid #000000; /*black*/
			border-left:      2px solid #000000; /*black*/
			border-right:     2px solid #000000; /*black*/
			border-bottom:    0px solid #d2e2ff; /*sky*/
                }
.topnavsky li a:link { 
                  padding-top:      2;
                  padding-bottom:   4;
                  color:            #8C0000; /*brown*/      
                  background:       #F0DA71; /*dark maize*/ 
                  text-decoration:  none;         
			border-top:       2px solid #000000; /*black*/
			border-left:      2px solid #000000; /*black*/
			border-right:     2px solid #000000; /*black*/
			border-bottom:    2px solid #000000; /*black*/
                  height:           32;
			margin-top:       0;
                  }
.topnavsky li a:visited { 
                  padding-top:      2;
                  padding-bottom:   4;
                  color:            #8C0000; /*brown*/     
                  background:       #F0DA71; /*dark maize*/                 
                  text-decoration:  none;         
			border-top:       2px solid #000000; /*black*/
			border-left:      2px solid #000000; /*black*/
			border-right:     2px solid #000000; /*black*/
			border-bottom:    2px solid #000000; /*black*/
                  height:           32;
			margin-top:       0;
                  }
.topnavsky li a:hover { 
                  padding-top:      2;
                  padding-bottom:   4;
                  color:            #F0DA71; /*dark maize*/      
                  background:       #8C0000; /*brown*/
                  text-decoration:  none;         
			border-top:       2px solid #000000; /*black*/
			border-left:      2px solid #000000; /*black*/
			border-right:     2px solid #000000; /*black*/
			border-bottom:    2px solid #000000; /*black*/
                  height:           32;
			margin-top:       0;
                  }
.topnavsky li a:active { 
                  padding-top:      2;
                  padding-bottom:   4;
                  color:            #F0DA71; /*dark maize*/      
                  background:       #8C0000; /*brown*/ 
                  text-decoration:  none;         
			border-top:       2px solid #000000; /*black*/
			border-left:      2px solid #000000; /*black*/
			border-right:     2px solid #000000; /*black*/
			border-bottom:    2px solid #000000; /*black*/
                  height:           32;
			margin-top:       0;
                  }




