@charset "UTF-8";
/* CSS Document */

			
			body,td,th { font-family: Lucida Grande, sans-serif;  color: #fff;}
			body {  
			   text-align: center;  display:block;
			   width: 100%; height: 100%; 
			   margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
			   padding-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px;
			   font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
			   /* background: #80898b; */ color:#fff;
			   background: rgb(133,128,131);
	  			}
			
			a:link { color: #fff; text-decoration: none; }
			a:visited { color: #fff;text-decoration: underline; }
			a:hover { color: #fff; text-decoration: underline; }
			a:active { color: #fff; text-decoration: none; }
	
			h1,h2,h3,h4,h5 { padding: 0; margin: 0; }
			
			
			h1 {  }
			h2 {  } 
			h3 {  } 
			h4 {  } 
			h5 {  } 
			
	
			p { margin-bottom: 1.5em; }
				
			.error-message { 
				display: block; width: 100%; padding: 12px; background-color: #FFEBE8; border: 1px solid #DD3C10; margin-top: 10px; margin-bottom:10px; 
				font-weight: normal; font-size: 12px; line-height: 120%; color: #000; font-weight: bold; 
			}
			