.error {
          font-family: "Arial";
          font-size: 8pt;
          font-weight: bold;
          text-decoration: none;
		  text-align: center;
          vertical-align: middle;
		  border: 1px solid #FF6600;
          color: black;
          background-color: #FFFFCC;
        }
		
.topnav { 
		font-family: Arial; 
		font-size: 10pt; 
		font-weight: bold; 
		text-decoration: none; 
       color: #333399; 
       width: 128px; 
       height: 24px; 
       vertical-align: middle border-top 1px solid black; 
       border: 1px solid #000000; 
       padding-left: 4px; 
       padding-top: 2px 
               }

A.topnav:hover{
	color : #FFFFFF;
	background-color: #333399;
	       }
		   
.topnav2 { 
		font-family: Arial; 
		font-size: 10pt; 
		font-weight: bold; 
		text-decoration: none; 
       color: #333399; 
       width: 100px; 
       height: 24px; 
       vertical-align: middle border-top 1px solid black; 
       border: 1px solid #000000; 
       padding-left: 4px; 
       padding-top: 2px 
               }

A.topnav2:hover{
	color : #FFFFFF;
	background-color: #333399;
	       }

.sidenav { 
		font-family: Arial; 
		font-size: 9pt; 
		font-weight: bold; 
		text-decoration: none; 
       color: #333399; 
       width: 120px; 
       height: 20px; 
       vertical-align: 
       middle border-top 1px solid black; 
       border: 1px solid #000000; 
       padding-left: 1px; 
       padding-top: 1px 
               }

A.sidenav:hover{
	color : #FFFFFF;
	background-color: #333399;
	       }

.link { 
		font-family: Arial; 
		font-size: 10pt;
		font-weight: bold;
		color: #004567;
		text-decoration: underline 
        }

a:hover.link{
	color : #0000FF;
	       }	
	
.link-title { 
		font-family: Arial; 
		font-size: 10pt;
		color: #000000;
        font-weight: bold;
		padding-top: 2px;
        height: 24px;
		text-decoration: underline 
        }
a:hover.link-title{
	color : #0000FF;
	       } 
		   
   .box {
          border-top: 1px;
          border-bottom: 1px;
          border-left: 1px;
          border-right: 1px;
          height: 100%;
          
         }
		 
.text-1     {  	 font-family: Arial;
				 color: #000000;
				 font-size: 8pt;
				 font-weight: normal;
				 
				}

.title     {  	 font-family: Arial;
				 color: #000000;
				 font-size: 10pt;
				 font-weight: bold;
				 
				}  
				
.text-1-bold  {  font-family: Arial;
				 color: #000000;
				 font-size: 8pt;
				 font-weight: bold;
				 
				}

.slide-text   {  border:1px solid #FFFFFF;
				 font-family: Arial;
				 font-size: 8pt;
				 color: #000000;
				 text-align: center;
				 background-color: #FFFFFF;
				 height: 18px; 
			 } 
			 
.title     {  	 font-family: Arial;
				 color: #000000;
				 font-size: 13.5pt;
				 font-weight: bold;
				 
				} 

.outline2   {	border:1px solid #000000;  }

.text-box     {  border:1px solid #000000;
				 font-family: Arial;
				 font-size: 8pt;
				 background-color: #FFFFFF;
				 height: 18px; 
			 }
			 
.text-area     {  border:1px solid #000000;
				 font-family: Arial;
				 font-size: 8pt;
				 background-color: #FFFFFF;
				 
			 }
			 
.button2     { font-family: Arial;
			  font-size: 8pt;
			  font-style: bold;
			  border: 1px solid #000000;
			  padding-top: 0px;
			  padding-left: 4px;
			  padding-right: 4px;
			  padding-bottom: 0px; 
              background-color: #CCCCCC;
			  height: 18px;
		   }