body,td,th {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #CC3300;
}
a:active {
	text-decoration: none;
	color: #FF3300;
}
h1 {
	font-size: 24px;
	color: #990000;
}
.header {
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
	height: 140px;
	width: 100%;
	text-align: center;
}
.navbar {
	font-size: 16px;
	color: #999999;
	background-image: url(images/navbar_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 16px;
}
.navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navbar a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.navbar a:hover {
	text-decoration: none;
	color: #CCCC00;
}
.navbar a:active {
	text-decoration: none;
	color: #FF3300;
}
.page {
	width: 654px;
	background-image: url(images/bg_fingerprint.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-right: 100px;
	padding-left: 100px;
	text-align: justify;
	color: #000000;
}
.header_center {
	width: 837px;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	text-align: center;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	background-color: #CCCCCC;
	margin-top: 12px;
}

