 body  {
           font-size : 1em;
           color : #000000;
           background-color : #ffffff;
           }


div.body-frame {
background-color: white;
margin: 5%;
padding: 1%;
border-width: 5px;
border-color: black;
border-style: double;
}

           
p {
           text-indent : 5%;
      }

div.navbar {
	   background-color: #616161;
	   color: #ffffff;
	   font-family : arial, helvetica;
	   font-weight : 500;
           text-align: center;
	   border-style: solid;
	   border-color: #000000;
	   border-width: thin;
	   margin-left: 10%;
           margin-right: 10%;
	   padding: 1%;
	   }

      
a:link {
           color : navy;
      }
a:hover {
           background : navy;
           color : white;
           padding: .2em;
      }
a:active {
      	   color : navy;
      	   background : #ffffff;
      	   border-style : thin;
      	   border-color : navy;
      }
a:link img {
           border-style : none;
           
      }
a:visited img {
           border-style : none;
      }

a:hover img {
           border-style : none;
           background: none;
           padding: 0em:
    
}



a.navbar:link {
background-color: #616161;
color: white;
}

a.navbar:visited {
background-color: #616161;
color: white
}

a.navbar:hover {
background-color: navy;
color: white;
}

a.navbar:active {
background-color: navy;
color: white;
}


h2 {
           color : #ffffff;
           font-weight : 700;
           text-align : center;
           font-family : arial, helvetica;
           font-size : 1.3em;
           background : #616161;
           border : 0 none ;
           margin : 2em;
}

h2.clean {
	background: #ffffff;
	   color : #082984;
	   font-family : arial, helvetica;
           font-weight : 700;
           font-size : 1.3em;
           text-align : center;
           margin-left: 10%;
           margin-right: 10%;
           padding: .2em;           
           border: groove;
           border-color: #082984;
           border-width: medium;
}

     h2.blue {
     	   background : #082984;
           color : #ffffff;
           font-weight : 700;
           text-align : center;
           font-family : arial, helvetica;
           font-size : 1.3em;
           border : 0 none ;
           margin : 2em;
      }

span.firstltr {
	   background: #ffffff;
	   color : #616161;
           font-weight : 700;
           font-size : 1.3em;
           margin: .2%;
           padding: .1em;           
           border: solid;
           border-color: #082984;
           border-width: thin;
           }
           
.box {
	   font-family : arial, helvetica;
           font-weight : 600;
           font-size : 1em;
	   padding: .1em;
	   margin-right: 1%;
	   margin-bottom: 1%;         
           border: solid;
           border-color: #000000;
           border-width: thin;
           }
           
.graytxt {
	   color: #616161;
	   font-family : arial, helvetica;
           font-weight : 700;
           font-style: italic;
           }
           
em {
	   font-style: italic
	   font-size : 1em;
	   }
	   
.redtxt {
	  color: #ff0000;
	  font-weight: 700;
	  }
	  
.caption {
	  font-size: .8em;
	  font-weight: 700;
	  text-align: center;
	  }


