html {  overflow: -moz-scrollbars-vertical; }

*{
	padding:0;
	margin:0;
	border:0;
}
html, body {
 	height: 100%; 
	font:11px Verdana, Arial, sans-serif;
	color:#000;
	text-align:center;  
}


#box{
	width:950px;
	margin:0 auto;
	text-align:left;
  	position: relative;
  	min-height: 100%;
	height:auto !important;
	height:100%; /* IE */	
	border-left-style:solid;
    border-left-color:#97979B;
	border-left-width:1px;
	border-right-style:solid;
    border-right-color:#97979B;
	border-right-width:1px;	
}


a:link {
	text-decoration:underline;
	color:#1A5582;
	}
	
a:visited {
	text-decoration:underline;	
	color:#1A5582;	
	}	
	
a:hover {
	text-decoration:none;
	color:#1A5582;		
	}	


.content {
	font:11px Verdana, Arial, sans-serif;
	line-height:18px;
	color:#1A5582;
	}
	


.content a {
	text-decoration:underline;
	color:#1A5582;
	}
	
.content a:visited {
	text-decoration:underline;	
	color:#1A5582;	
	}	
	
.content a:hover {
	text-decoration:none;
	color:#1A5582;		
	}			

.content h1 {
	font-size:11px;
	font-weight:bold;
	padding-top:0;
	padding-bottom:3px;
	margin:0;
	}
	
.Stil1 {
	color: #E63A3B;
	font-weight: bold;
}	

input,textarea {
	font:11px Verdana, Arial, sans-serif;
	margin: 3px 0;
   	border: 1px solid #999;
   	background: white;
   	padding: 3px 3px;
	}
    
	
input:active, input:focus, input:hover { 
	font:11px Verdana, Arial, sans-serif;
	background: #76A9D3;
	}
