/*
 * $Id: style.css 49 2009-07-13 07:10:51Z root $
 */

html, body {
	margin: 0;
	padding: 0;
	/*font-family: Arial, Verdana, Helvetica, sans-serif;*/
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	color: #000000;
	background: #f2f7e3;
}

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

a {
	color: #0000aa;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
/*	border:0;*/
}

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