html, body {
	margin: 0;
	padding: 0;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #e3e9f5;
	height: 100%;
}

body {
	color: #000000;
	font-size:13px;
}

table {
	border-collapse: collapse;
	border-width: 0;
}
td, th {
	border: 0;
	padding: 0;
	vertical-align: top;
}

a {
	color: blue;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

img {
	border:0;
}
.hide{
	display: none;
}
.show{

}