/*
 * $Id: style.css 49 2010-12-21 12:44:51Z root $
 */

html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body {
	position: relative;
	font-family: "Book Antiqua", "Palatino Linotype" ,"Times New Roman", serif;
	font-size: 62.5%;
	color: #000000;
	height: 100%;
}

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

img {
	border:0;
}

.show {}
.hide {
	display: none;
}
