@charset "iso-8859-1";

body { 
       background: url("graphics/bgtx.png") top repeat-x;
	   width: 800px;
       font-family: verdana, arial, helvetica, sans-serif; 
	   margin-top: 0px;
	   margin-left: 0px;
	 }
	 
	 .main {
	       background: url("graphics/bg.png") black fixed no-repeat;
		   width:700px;
		   padding-bottom: 25px;
	           }
			   
img {
 display: inline-block;
 border: 0px;
     }
	 
	 .pageTitle {
	               background: url('graphics/title-bg.png') no-repeat;
				   color: red;
				   width: 600px;
				   padding: 13px 10px 10px 50px;
				   font-size:12pt;
				   text-align: left;
				   font-style: italic;
				   font-weight: bold;
				  }
	 
a {
     text-decoration: none;
	 color: #990000;
	}
	
a:hover {
              text-decoration: underline;
			 }
  .header {
            color: white;
			font-size: 10pt;
			text-decoration: none;
			display: inline-block;
		   }
  .header:hover {
            color:yellow;
			text-decoration: underline;
		   }
  .footer {
            color: black;
			font-size: 10pt;
			text-decoration: none;
			display: inline-block;
		   }
  .footer:hover {
            color: red;
			text-decoration: underline;
		   }
  .front {
            color: #FBD70C;
			text-decoration: none;
			display: inline-block;
		   }
  .front:hover {
            color: white;
			text-decoration: underline;
			background-color: 
		   }
		   
input {
        
	   }
	
	.edit {
	        border: 1px dashed yellow;
			background: none;
		   }
	.edit2 {
	        border: 1px dashed red;
			background: none;
		   }