/* CSS Document */
* {
	color: black;
  font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
}
body {
    background: #FFF;
    text-align: left;
    margin: 0; padding: 0;
}
html {padding: 10px;}
img {
    border: 0;
}
.gMenu,
.gSecondMenu,
.gSearch,
.gLang,
hr.separator {display: none;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table td, table th {
	border: 1px solid black;
}
table th, table th * {
	font-weight: bold;
}

p, table, img, form {
	margin-bottom: 1em;
}
