body {
	font: 11px Arial; 
	padding: 0px; 
	margin: 0px;
	 
}

img {
	border: none;
	float: right;
}

p {
	line-height: 150%;
}

a {
	color: #0A246A;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	padding: 10px 0;
	border-bottom: 1px solid #eaeaea;
}

h3 {
	padding-top: 15px;
}

h4 {
	font-size: 13px;
}

i {
	color: #333;
	font-style: normal;
}

.layout {
	width: 620px; 
	margin: 0 auto; 
}

input.radio {
	margin: 0 0 0 10px;
}

fieldset {
	border: 0 none;
}

fieldset label {
	display: block;
	float: left;
	width: 120px;
	padding: 4px 0 0 0;
}

fieldset input {
	display: block;	
	width: 180px;
	margin: 0 0 10px 0;
}

.hide {
	display: none;
}

.submit {
	width: 110px;
}

.footer {
	border-top: 2px solid #eaeaea;
	padding: 15px 0 30px 0;
	color: #666;
	width: 620px;
}

	.footer .fl {
		float: left;
		width: 400px;
	}
	
	.footer .fr {
		float: right;
		width: 200px;
	}

.clr {
	clear: both;
	display: block;
	height: 1px;
}

