* {
	color: #000000;
}

body {	
	margin: 30px;	
	font-size: small;
	height: 100%;
	background: #D8D6D7;
}

HTML BODY  {	
	 
	padding: 0;	
	
	font-family:  helvetica , arial, sans-serif;	
	
	font-size: x-small; /* for win IE5*/
	f\ont-size:  small; /* for other IE versions */
	
	color: #333;	 	
	background-color: #D8D6D7;
	
	height: 100%;
	
}

p {
	
	font-size: 100%;
	
}

.linkbox {
	padding-left: 10px;
	line-height: 20px;
}

h1 {
  
 font-size: 180%;
 line-height: 120%;
 color: #94121E;
  font-weight: bold;
margin-bottom: 0;
border: 0px solid;
 }

h2 {
  
 font-size: 120%;
 line-height: 120%;
 color: #333;
  font-weight: bold;
margin-bottom: 0;
border: 0px solid;
 }

h2.hp {
  text-align: center;
   color: #94121E;
   margin-top: 35px;
   font-size: 130%;
 }

input, textarea {
	font-size: 100%;
}

form p {
	position: relative;
}



fieldset {
	width: 90%;
	margin-top: 15px;
	margin-bottom: 15px;
}

form label {
 	float: left;
	width: 110px;
}
	 	
legend {
	display: block;	
}	 	

form input[type="text"], form textarea {
	width:  200px;
	border:  1px solid #666;
}




form textarea {
	height: 50px;	
}

input:focus {
	background-color: #F5F5F5;
}	

.error {
	color: red;
}
	
	
