html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	height: 100%;
}

body {
	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;
}
.show{
	display: block !important;
}
.hide{
	display: none !important;
}
