* {
	border: 0px;
	margin: 0px;
	padding:0px;
}

html, body {
	width: 100%;
	height:100%;

	background: #D4DDE2;
}

html, body, table, td, table td, td, form, p, div, input, h1, h2, h3, h4, h5 {
	border: 0px;
	margin: 0px;
	padding:0px;

	color: #2C2C2D;
	text-decoration: none;

	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;

	border-spacing: 0px;
	border-collapse: collapse;
}
a, a:link, a:visited {
	color: #2C2C2D;
	text-decoration: none;
}
a:hover {
	color: #265BAA;
}

table, div table {
	border-collapse: collapse;
}
table th, table td {
	border-spacing: 0px;
}

select, textarea {
	border: solid 1px #C7C8CC;
}

hr {
	height: 0px;
	border-top: solid 1px #999999;
}
