* {
	border: 0px;
	margin: 0px;
	padding:0px;
}

html, body {
	width: 100%;
	height:100%;

	background: #D4DDE2;
}

div.text {
	font: normal 12px Arial, Tahoma, Verdana;
}

html, body, table, td, table td, td, form, p, div, h1, h2, h3, h4, h5 {

	color: #2C2C2D;
	text-decoration: none;

	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Verdana, Times, 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;
}
