/* CSS Document */
:link {
        color : #FFCCFF;
		font : 11px Arial, Helvetica, sans-serif;
        text-decoration: none; 	}
A:link {
        color : #FFCC00;
		font : 11px Arial, Helvetica, sans-serif;
        text-decoration: none; 	}

A:visited {
        color : #FFCC00;
		font : 11px Arial, Helvetica, sans-serif;
        text-decoration: none;	 }

A:hover {
        color: #CC9933;
		font : normal 11px Arial, Helvetica, sans-serif;
        text-decoration: underline;
		
		 }

A:active {
	    color: #CC9933;
		font : normal 11px Arial, Helvetica, sans-serif;
        text-decoration: none;
		
		   }
td     {
       color : #FFCC00;
	   font : 11px Arial, Helvetica, sans-serif;
	       }

.footer  {
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
          }
		  
.header     {
    background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00; }
	
.middle {
	
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFCC00;
	border-left-color: #FFCC00; }

		
.error { background-color: white;
         border: 1px dashed red;
		 }
		
.errortd {color: #363636;
		 font : normal 11px Arial, Helvetica, sans-serif;
         text-decoration: none;}
		
		
		
		.mail   {margin-top: 10px;
	list-style-image: url(../images/mail.gif);
	
}
		
		
		
		
		
		
		
		