

img {
	border:0px;
}

h1 {
	font-family:Oswald, arial;
	font-size:20px;
	color:#454545;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:0px;
}

h2 {
	font-family:Oswald, arial;
	font-size:17px;
	color:#454545;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:0px;
}

h3 {
	font-family:Oswald, arial;
	font-size:15px;
	color:#454545;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:0px;
}

body, p, a, td {
	font-family:arial;
	font-size:12px;
	color:#454545;
}

p {
	margin:0px;
}

hr {
	border:none;
	height:1px;
	color:#454545;
	background-color:#454545;
}

a {
	color:#05714d;
	text-decoration:underline;
}

a:hover {
	color:#454545;
	text-decoration:underline;
}

a.special_a {
	color:#FF0000;
	text-decoration:underline;
}

a.special_a:hover {
	color:#454545;
	text-decoration:underline;
}

input, select, textarea {
	font-family:Oswald, arial;
	font-size:13px;
	border-left:1px solid #ACA899;
	border-top:1px solid #ACA899;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background:#F9F7F7;
}

form {
	margin:0px;
}

.showStep{
	display:block;
}
.hideStep{
	display:none;
}

.showTr{
	display:table-row;
}
.hideTr{
	display:none;
}



