.titlelinebackground {
	background-image: url(images/buttons/titlebar.jpg);
	background-repeat: no-repeat;
}
.titlebuttons {
	background-image: url(images/buttons/titleline.gif);
	background-repeat: repeat-x;
}
.normal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.spacing{
	letter-spacing: 0.8mm;
}
.pagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-color: #666666;
}
.pagetext a {
	text-decoration: none;
}
.pagetext a:hover {
	text-decoration: underline;
}
.pagebottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.pagebottom a {
	text-decoration: none;
}
.pagebottom a:hover {
	text-decoration: underline;
}