@charset "utf-8";
/* Default HTML tag elements */

a {
	color: #00477F;
	text-decoration: none;
	padding: 2px 1px 2px 1px;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
	align: top;
}
blockquote {
	border-left: 5px solid #cccccc;
	padding: 5px;
}
html, body {
	height: 100%;
	background: #E7E6E0 none no-repeat scroll 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #555;
}
textarea {
	overflow:auto;
}
html, body, p, div, table, td, span {
	padding: 0;
	margin: 0;
	}
	