		 *
		 {
		   font-family: arial, helvetica, tahoma;
		     /*  font-size: 11pt;  */
          }
		  body
		  {
			  /*  background-image: url('/images/master_seal_background.jpg');  */
			 background-color: #111111;
			max-width:1000px;
			color:#EEEEEE;
			margin-top: 15px;
			margin-bottom: 15px;
		  }
		  h1,h2,h3,h4,p,a,span
		  {
   			color:#EEEEEE;
		  }
		  hr
		  {
		     color:#FFFF66;
         }
		 .div_link
		 {
		    float:left;
			width: 25%;
			text-align: center;
		  }
		  .div_link a
		  {
			color: #3300FF;
			font-size: 12pt;
			font-weight: 800;
			text-decoration: none;
			padding:5px;
			display:block;
         }
		  .div_link a:hover
		  {
			color: #FF0066;
			background-color: #FFFF33;
			text-decoration: underline;
         }
		 .link_inner
		 {
		    border-right: 2px solid #3300CC;
			width:100%;
         }
		      
