body {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0093d0;
}

.menuright {
}
.menutop {
}
.menubot {
}
.menuleft {
	background-image: url(images/menuleft.png);
	background-repeat: repeat-y;
}

.pageleft {
	background-image: url(images/pageleft.png);
	background-repeat: repeat-y;
}
.pageright {
	background-image: url(images/pageright.png);
	background-repeat: repeat-y;
}
.pagetop {
	background-image: url(images/pagetop.png);
	background-repeat: repeat-x;
}
.pagebot {
	background-image: url(images/pagebot.png);
	background-repeat: repeat-x;
}
.pagetopleft {
	background-image: url(images/pagetopleft.png);
	background-repeat: no-repeat;
}
.pagetopright {
	background-image: url(images/pagetopright.png);
	background-repeat: no-repeat;
}
.pagebotleft {
	background-image: url(images/pagebotleft.png);
	background-repeat: no-repeat;
}
.pagebotright {
	background-image: url(images/pagebotright.png);
	background-repeat: no-repeat;
}
.prevnext {
	color: #0093d0;
	text-decoration: none;
}
.prevnext:link {
	color: #0093d0;
	text-decoration: none;
}
.prevnext:visited {
	color: #0093d0;
	text-decoration: none;
}
.prevnext:active {
	color: #0093d0;
	text-decoration: none;
}
.menulink {
	color: #0093d0;
	text-decoration: none;
}
.menulink:link {
	color: #0093d0;
	text-decoration: none;
}
.menulink:visited {
	color: #0093d0;
	text-decoration: none;
}
.menulink:active {
	color: #0093d0;
	text-decoration: none;
}
