BODY
{
	BACKGROUND-COLOR: white;
	ALIGN           : center;
	border: 0;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bolder;
	margin-left: 0px;
	margin-top: 0px;
	margin: 0px;
	text-align: justify;
}
a {
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
	border-color: #0000FF;
	color: #0000FF;
	border: 0;
}
a:link {
	color: #0000FF;
	border: 0;
}
a:visited {
	color: #0000FF;
	border: 0;
}

p {
	text-align: justify;
	height: auto;
	width: auto;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	color: #000000;
	vertical-align: top;
	border: 0;
}
img {
	border: 0;
}
td {
	text-align: justify;
}

div#footer_left{float: left;
width: auto;
padding: 1px 0px 1px 0px
}

div#footer_right{
	float: right;
	width: auto;
	padding: 1px 0px 1px 0px;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:140px;
	height:15px;
	background:url(img_home/forms/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(img_home/forms/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
