/* Start Body */
html,body {
	margin:0;
	padding:0
}

body {
	font-size: 12px;
	line-height: 20px;
	background: url(back.png) repeat;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#container1 {
	width:750px;
	padding-top:30px;
	margin:0 auto auto auto;
}
/* End Body */

#content {
	padding:10px;
	text-align:justify;

}








#footer {
	color: #999999;
	padding:0.3em;
	padding-bottom:0.7em;
	text-align:right;
	height:12px;
	font-size: 9px;
	margin-left:20px;
	margin-bottom:20px;
	letter-spacing:1px;
}

#footer h3 {
	font-size: 9px;
	font-weight:normal;
	margin: 0;
	padding: 0 7px;
	float: left;
		-padding-left:20px;
}

#footer a {
color: #999999;
text-decoration:underline;
}

#footer a:hover{
color:#008eaf;
text-decoration:underline;
}





a {
	color:#999999;
	text-decoration:underline;
}

a:hover {
	color:#008eaf;
	text-decoration:underline;
}

h1 {
	font-size:1.6em;
	margin:0.5em 0.5em 1em 0;
	color: #67a708;
}

h2 {
	font-size:1.2em;
	margin:0.8em 0.5em 0.3em 0.6em;
	color: #67a708;
}

h3 {
	font-size:1.1em;
	margin:0.8em 0.5em 0.3em 0.8em;
}


.titleStep {
	color:#008eaf;
	border-bottom:1px solid #008eaf;
}

  .linkSubmit
          { 
		  background:none; 
		  border:0;
		  cursor:pointer; 
		  color:red;
		  }

form {
	padding:0 20px 0 20px;
}

.formBox {
	background-color: #e3ece3;
	border:1px solid #67a708;
	padding-left:2px;
}
