.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
}
.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
	line-height: 18px;
}
.textBoldRed {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}
.bgleft {
	background-attachment: fixed;
	background-image: url(images/side_left.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.bgcentre {
	background-attachment: fixed;
	background-image: url(images/largetile.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.bgright {

	background-attachment: fixed;
	background-image: url(images/side_right.gif);
	background-repeat: repeat-y;
	background-position: left;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
body {
	scrollbar-base-color:#1f1f1f;
	scrollbar-arrow-color:#ffffff;
	scrollbar-highlight-color:#4d4d4d;
	scrollbar-track-color:#000000;
}