	body {
		font-family: Arial, Helvetica;
		text-align: center;
		background-image: url(img/pince-vaszon.jpg);
		background-attachment: fixed;
		}

	a {
		text-decoration: none;
		font-family: Arial, Helvetica;
		color: rgb(245,240,211);
		font-weight: bold;
		}

	a.main {
		text-decoration: none;
		font-family: Arial, Helvetica;
		color: rgb(7,67,19);
		font-weight: bold;
		}

	td {
		font-family: Arial, Helvetica;
		}

	#menu {
		position: fixed;
		left: 50px;
		width: 200px;
		height: 20px;
		line-height: 2;
		text-align: center;
		vertical-align: middle;
		border: solid;
		border-width: 1px;
		border-color: rgb(245,240,211);
		font-size: 11px;
		font-family: Arial, Helvetica;
		color: #ffcc00;
		font-weight: bold;
		font-variant: small-caps;
		background-color: #663300;
	}

	#logo {
		position: fixed;
		left: 100px;
		text-align: center;
		vertical-align: middle;
	}

	#main-table {
		position: absolute;
		top: 22px;
		left: 300px;
		width: 620px;
		height: auto;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		line-height: 1.3;
		text-align: justify;
		color: #663300;
		vertical-align: middle;
		font-size: 12px;
		font-family: Arial, Helvetica;
		background-color: #ffcc00;
	}

#normal-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	color: #000000;
}

#bold-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	color: #000000;
}

#text-normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	color: #000000;
}

#text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	color: #000000;
}

