body {
	      
	font-family: Verdana, Tahoma, Arial, Book Antiqua, Times New Roman, serif;
		}
      
      h2 {
        text-align: center;
        letter-spacing: 0.1ex;
        color: #0a245a;
        text-size: 1.0em;
        font-style: none;
      }
       h3 {
        text-align: center;
        color: #0a245a;
        font-size: 0.90em;
        font-style: normal;
      }
      p {
        text-align: justify;
        text-justify: newspaper;
        font-size: 0.80em;
      }
      p.tbl {
        text-align: left;
        }
      p.right {
        text-align: right;
        }
	  p.cen {
        text-align: center;
        }
      ul {
        text-align: justify;
        text-justify: newspaper;
        font-size: 0.80em;
      }
      ol {
        text-align: justify;
        text-justify: newspaper;
        font-size: 0.80em;
      }
     span.red {
        color: #cc0033;
      }

      .title {
	  text-align: center;	  
	  font-family:Arial, Helvetica, sans-serif;
	  color:#191919;
	  font-size:20px;
	  font-style:italic;
	  font-weight:bolder;
	  font-style:filter:dropshadow(color=silver,offx=3,offy=3,positive=0);
	  }
#page {
margin:15px;
/*background-image: url(fon.jpg);*/
}

/* menu */

.menu p {
		font-size:14px;
		text-align:center;
		/*padding:2px 2px;*/
		
		
}

.menu div {
		background-color:#12436c;
	/*	border:5px solid white;*/
		width:225px;
		padding:1px;
}
.menu a {
		   color:#ffcb05 !important;
		   font-weight:bold;
		   text-decoration:none;
		   /*padding-left:30px;
		   line-height:55px;*/
		   
		}	
.menu a:hover {
	color:#ffcb05  !important;
}		
.menu a:visited {
	color:#ffcb05  !important;
}				
/************/

/************/
 /* button */
 .button {
	 background-color:#12436c;
 }
 .button a {
		   color:#f4b21d !important;
		   font-weight:bold;
		   text-decoration:none;
		   /*padding-left:30px;
		   line-height:55px;*/
		   
		}	
.button a:hover {
	color:#f4b21d  !important;
}		
.button a:visited {
	color:#f4b21d  !important;
}	
