@import url(no_nn4.css);

body {
	background: #ffffff;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
p, li {
	font-family: Tahoma, Arial, sans-serif;
	background: transparent;
	margin-top: 0px;
	font-size: 75%;
	color: #445566;
}
h1, h2, h3, h4 {
	font-family: Tahoma, Arial, sans-serif;
	background: transparent;
}
ul {
        margin-top: 5px;
        margin-bottom: 10px;
	list-style: disc;
}
a {
	text-decoration: underline;
	color: #445566;
}
a:visited {
	color: #223344;
}
a:hover {
	text-decoration: none;
	color: #480F94;
}

#body {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#topbar {
	border: 1px solid #cccccc;
}
#topbg {
	background: #ffffff url(images/topbg.gif);
}
#navbar {
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #8899aa;
}
#navbar img {
	border-right: 1px solid #ffffff;
}
#main {
	border: 1px solid #cccccc;
	padding: 20px;
	margin-top: 10px;
	background-image: url(images/bg.gif);
}
.emp {
	font-weight: bold;
	color: #480F94;
}
.imgtable {
	padding-top: 10px;
}
.imgtable td {
	text-align: center;
	vertical-align: bottom;
}
.imgtable p {
	text-align: center;
	font-size: 70%;
	margin-top: 5px;
	margin-bottom: 3px;
	font-weight: bold;
	color: #480F94;
}
#footer {
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer p {
	color: #8899aa;
	font-size: 60%;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}
#footer a, #footer a:visited {
	color: #8899aa;
}
#footer a:hover {
	text-decoration: none;
}
