@charset "iso-8859-2";
/* CSS Document */

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	background-image: url(/resources/images/logo_vericheck_tag.jpg);
	background-position: 873px top;
	background-repeat: no-repeat;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	color: #505050;
}

li {
	margin: 10px 0 0 0;
}

td {
	vertical-align: top;
}

a {
	color: #505050; 
	font-weight: bold; 
	text-decoration: none;
}