BODY {
	font-size:12pt;
	background-image:url(bar.png);
	background-repeat:no-repeat;
}

div#title {
	font-size:16pt;
	font-weight:bold;
}

table {
	width: 100%;
	height: 50px;
	border-spacing: 0px;
	border-collapse: collapse;
}

td, th { 
	padding: 0px;
	text-align:center;
	vertical-align:middle;
}

.spacer1 {
	width:10px;
}

.nav_but {
	width:40px;
}

.nav_but .nav_p a {
	background-repeat: no-repeat;
	background-image: url(./but_p.gif);
	background-position: 0px 0px;
	outline:0px none black;
}

.nav_but .nav_f a {
	background-repeat: no-repeat;
	background-image: url(./but_f.gif);
	background-position: 0px 0px;
	outline:0px none black;
}

.nav_but a,
.nav_but a:link,
.nav_but a:visited {
	background-position: 0px 0px;
	float:left;
}

.nav_but a:hover {
	background-position: 0px -27px;
	float:left;
}

#navlist {
	width:200px;
}

#titleleft {
	width:19px;
	background-image:url(./title_left.gif);
	background-repeat:no-repeat;
	background-position:center;
	white-space:nowrap;
}

#title {
	width:*;
	background-image:url(./title_center.gif);
	background-repeat:repeat-x;
	background-position:center;
	white-space:nowrap;
	font-size:16pt;
	font-weight:bold;
}

#titleright {
	width:19px;
	background-image:url(./title_right.gif);
	background-repeat:no-repeat;
	background-position:center;
	white-space:nowrap;
}