body {
	margin: 0;
	padding: 0;
	background: url(bg.gif) repeat;
	font-size: 12px;
	color: #ffe44d;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
	border-style: none none none none;
	border: none;
}

/* Lablec */

#footer {
	clear: both;
	padding: 5px 0;
	background: #ffe44d;
	border-top: 5px solid #0f2a45;
	text-align: center;
	font-style: oblique;
	font-weight: bold;
	color: #0f2a45;
}

#footer a {
	color: #0f2a45;
	font-style: oblique;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

