body  {
    margin: 0px 0px 0px 0px;
	background: #FFFFFF;
	background-image: url(images/front.gif);
	background-repeat: no-repeat;
}

/* ----------------- */
p {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
  	color: #666666;
	margin-top: 3px; 
	margin-bottom: 3px; 
}

img {
	border: 0;
}

 hr {
  border: 0;
  color: #CCCCCC;
  background-color: #CCCCCC;
  height: 1px;
}

a:link { 
	font-weight: bold;
	text-decoration: none; 
	color: #E65C00;
}
a:visited { 
	font-weight: bold;
	text-decoration: none; 
	color: #E65C00;
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #E65C00;
}
	
h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: normal;
	margin-top: 0px; 
	margin-bottom: 7px; 
	letter-spacing: 0px; 
	color: #999999;
}

h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	margin-top: 0px; 
	margin-bottom: 3px; 
	letter-spacing: 0px; 
	color: #999999;
}
/* ----------------- */

#formbox {
	position: absolute;
	top: 140px;
	left: 20px;
	width: 215px;
	padding: 13px 15px 10px 17px;
	margin-bottom: 200px;
	background-image: url(images/form_bk.gif);
	background-repeat: no-repeat;
}

.txtboxes {
	width: 200px;
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #999999;	
}

#txtpadding {
	width: 200px;
	padding: 0px;
	margin-bottom: 200px;
}
